color codes Logo

#eed30a color codes

#EED30A
(238,211,10)
0 Favorites   0 Comments

Color spaces of #eed30a

RGB 23821110
HSL0.150.920.49
HSV53°96°93°
CMYK 0.000.110.96   0.07
XYZ58.608964.78769.7034
Yxy64.78760.44030.4868
Hunter Lab80.4907-10.885049.1959
CIE-Lab84.3742-7.070083.7247

#eed30a color RGB value is (238,211,10).

#eed30a hex color red value is 238, green value is 211 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eed30a hue: 0.15 , saturation: 0.92 and the lightness value of eed30a is 0.49.

The process color (four color CMYK) of #eed30a color code is 0.00, 0.11, 0.96, 0.07. Web safe color of #eed30a is #ffcc00. Color #eed30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00001010
Octal 356 323 12
Decimal 238 211 10
Hex EE D3 A

RGB Percentages of Color #eed30a

%51.85
%45.97
%2.18

CMYK Percentages of Color #eed30a

%0
%11
%96
%7

Triadic Colors of #eed30a

#eed30a #0aeed3 #d30aee

Analogous Colors of #eed30a

#eed30a #97ee0a #ee610a

Monochromatic Colors of #eed30a

#eed30a

Complementary Color

#eed30a #0a25ee

#eed30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed30a Color CSS Codes

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

#eed30a Text Font Color

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

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


#eed30a Background Color

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

This div background color is #eed30a


#eed30a Border Color

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

This div border color is #eed30a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,211,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed30a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed30a;
  -webkit-box-shadow: 1px 1px 3px 2px #eed30a;
  box-shadow:         1px 1px 3px 2px #eed30a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,211,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed30a


Comments

No comments written yet.

Please login to write comment.