color codes Logo

#e2bb0d color codes

#E2BB0D
(226,187,13)
0 Favorites   0 Comments

Color spaces of #e2bb0d

RGB 22618713
HSL0.140.890.47
HSV49°94°89°
CMYK 0.000.170.94   0.11
XYZ49.207051.73857.7738
Yxy51.73850.45260.4759
Hunter Lab71.9295-3.764643.9429
CIE-Lab77.12420.084677.5890

#e2bb0d color RGB value is (226,187,13).

#e2bb0d hex color red value is 226, green value is 187 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2bb0d hue: 0.14 , saturation: 0.89 and the lightness value of e2bb0d is 0.47.

The process color (four color CMYK) of #e2bb0d color code is 0.00, 0.17, 0.94, 0.11. Web safe color of #e2bb0d is #cccc00. Color #e2bb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111011 00001101
Octal 342 273 15
Decimal 226 187 13
Hex E2 BB D

RGB Percentages of Color #e2bb0d

%53.05
%43.90
%3.05

CMYK Percentages of Color #e2bb0d

%0
%17
%94
%11

Triadic Colors of #e2bb0d

#e2bb0d #0de2bb #bb0de2

Analogous Colors of #e2bb0d

#e2bb0d #9fe20d #e2510d

Monochromatic Colors of #e2bb0d

#e2bb0d

Complementary Color

#e2bb0d #0d34e2

#e2bb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bb0d Color CSS Codes

.mybgcolor {background-color:#e2bb0d; } 
.myforecolor {color:#e2bb0d; }
.mybordercolor {border:3px solid #e2bb0d; }

#e2bb0d Text Font Color

<p style="color:#e2bb0d">Text here</p>

This sample text font color is #e2bb0d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e2bb0d Background Color

<div style="background-color:#e2bb0d">
Div content here</div>

This div background color is #e2bb0d


#e2bb0d Border Color

<div style="border:3px solid #e2bb0d">
Div here</div>

This div border color is #e2bb0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,187,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2bb0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2bb0d;
  -webkit-box-shadow: 1px 1px 3px 2px #e2bb0d;
  box-shadow:         1px 1px 3px 2px #e2bb0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,187,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2bb0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e2bb0d;
  -webkit-box-shadow: 1px 1px 3px 2px #e2bb0d;
  box-shadow:         1px 1px 3px 2px #e2bb0d;">
Div content here</div>

This div box has shadow with color #e2bb0d


Comments

No comments written yet.

Please login to write comment.