#EAD517

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

Shades of Broom #EAD517

Tints of Broom #EAD517

Color information

#EAD517 (or 0xEAD517) is unknown color: approx Broom. HEX triplet: EA, D5 and 17. RGB value is (234,213,23). Sum of RGB (Red+Green+Blue) = 234+213+23=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD517 is #152AE8. Grayscale: #C6C6C6. Windows color (decimal): -1387241 or 1562090. OLE color: 1562090.

HSL color Cylindrical-coordinate representation of color #EAD517: hue angle of 54.03º 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 #EAD517 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB23421323-
CMYK00.090.900.08
HSL54.03º83.4%50.39%-
HSV(B)54.03º90.17%91.76%-
XYZ57.8865.1410.33-
YUV197.6229.46153.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 23 (9.38% from 255) = 4.89%
R=49.79%
G=45.32%
B=4.89%

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
Decimal2342132300.090.900.0854.0383.450.39
HexEAD517095A8365332
Octal35232527011132106612362
Binary11101010110101011011101001101101010001101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD517; }

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

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

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

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

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

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

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

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