color codes Logo

#eda911 color codes

#EDA911
(237,169,17)
0 Favorites   0 Comments

Color spaces of #eda911

RGB 23716917
HSL0.120.870.50
HSV41°93°93°
CMYK 0.000.290.93   0.07
XYZ49.214246.42096.8966
Yxy46.42090.48000.4527
Hunter Lab68.13299.702841.6915
CIE-Lab73.817814.355975.1345

#eda911 color RGB value is (237,169,17).

#eda911 hex color red value is 237, green value is 169 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #eda911 hue: 0.12 , saturation: 0.87 and the lightness value of eda911 is 0.50.

The process color (four color CMYK) of #eda911 color code is 0.00, 0.29, 0.93, 0.07. Web safe color of #eda911 is #ff9900. Color #eda911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 00010001
Octal 355 251 21
Decimal 237 169 17
Hex ED A9 11

RGB Percentages of Color #eda911

%56.03
%39.95
%4.02

CMYK Percentages of Color #eda911

%0
%29
%93
%7

Triadic Colors of #eda911

#eda911 #11eda9 #a911ed

Analogous Colors of #eda911

#eda911 #c3ed11 #ed3b11

Monochromatic Colors of #eda911

#eda911

Complementary Color

#eda911 #1155ed

#eda911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda911 Color CSS Codes

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

#eda911 Text Font Color

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

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


#eda911 Background Color

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

This div background color is #eda911


#eda911 Border Color

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

This div border color is #eda911


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,169,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eda911; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eda911;
  -webkit-box-shadow: 1px 1px 3px 2px #eda911;
  box-shadow:         1px 1px 3px 2px #eda911; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,169,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda911


Comments

No comments written yet.

Please login to write comment.