Color Hex Logo

#e4c70b Color Hex

#E4C70B
(228,199,11)
0 Favorites   0 Comments

Color spaces of #e4c70b

RGB 22819911
HSL0.140.910.47
HSV52°95°89°
CMYK 0.000.130.95   0.11
XYZ52.478757.36508.6232
Yxy57.36500.44300.4842
Hunter Lab75.7397-8.864946.2674
CIE-Lab80.3845-5.260480.2920

#e4c70b color RGB value is (228,199,11).

#e4c70b hex color red value is 228, green value is 199 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e4c70b hue: 0.14 , saturation: 0.91 and the lightness value of e4c70b is 0.47.

The process color (four color CMYK) of #e4c70b color hex is 0.00, 0.13, 0.95, 0.11. Web safe color of #e4c70b is #cccc00. Color #e4c70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000111 00001011
Octal 344 307 13
Decimal 228 199 11
Hex E4 C7 B

RGB Percentages of Color #e4c70b

%52.05
%45.43
%2.51

CMYK Percentages of Color #e4c70b

%0
%13
%95
%11

Triadic Colors of #e4c70b

#e4c70b #0be4c7 #c70be4

Analogous Colors of #e4c70b

#e4c70b #95e40b #e45b0b

Monochromatic Colors of #e4c70b

#e4c70b

Complementary Color

#e4c70b #0b28e4

#e4c70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c70b Color CSS Codes

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

#e4c70b Text Font Color

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

This sample text font color is #e4c70b
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.


#e4c70b Background Color

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

This div background color is #e4c70b


#e4c70b Border Color

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

This div border color is #e4c70b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,199,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4c70b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4c70b;
  -webkit-box-shadow: 1px 1px 3px 2px #e4c70b;
  box-shadow:         1px 1px 3px 2px #e4c70b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,199,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c70b


Comments

No comments written yet.

Please login to write comment.