#EAD417

Color #EAD417 Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #EAD417

Tints of Broom #EAD417

Color information

#EAD417 (or 0xEAD417) is unknown color: approx Broom. HEX triplet: EA, D4 and 17. RGB value is (234,212,23). Sum of RGB (Red+Green+Blue) = 234+212+23=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD417 is #152BE8. Grayscale: #C5C5C5. Windows color (decimal): -1387497 or 1561834. OLE color: 1561834.

HSL color Cylindrical-coordinate representation of color #EAD417: hue angle of 53.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAD417 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23421223-
CMYK00.090.900.08
HSL53.74º83.4%50.39%-
HSV(B)53.74º90.17%91.76%-
XYZ57.6364.6410.25-
YUV197.0329.79154.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 23 (9.38% from 255) = 4.90%
R=49.89%
G=45.20%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342122300.090.900.0853.7483.450.39
HexEAD417095A8365332
Octal35232427011132106612362
Binary11101010110101001011101001101101010001101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD417; }

 p { color: rgb(234,212,23); }

 H1.HeaderClassName
 {
   color: #EAD417;
 }
 .AnyTagClassName
 {
   color: #EAD417;
 }
</style>
background-color css

<style>
 a { background-color: #EAD417; }

 a { background-color: rgb(234,212,23); }

 div.DivClassName
 {
   background-color: #EAD417;
 }
 .BgClassName
 {
   background-color: #EAD417;
 }
</style>
border-color css

<style>
 span { border-color: #EAD417; }

 span { border-color: rgb(234,212,23); }

 td.TdClassName
 {
   border-color: #EAD417;
 }
 .TagClassName
 {
   border-color: #EAD417;
 }
</style>