#EAD617

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

Shades of Broom #EAD617

Tints of Broom #EAD617

Color information

#EAD617 (or 0xEAD617) is unknown color: approx Broom. HEX triplet: EA, D6 and 17. RGB value is (234,214,23). Sum of RGB (Red+Green+Blue) = 234+214+23=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD617 is #1529E8. Grayscale: #C6C6C6. Windows color (decimal): -1386985 or 1562346. OLE color: 1562346.

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

Color convert

RGB23421423-
CMYK00.090.900.08
HSL54.31º83.4%50.39%-
HSV(B)54.31º90.17%91.76%-
XYZ58.1365.6510.42-
YUV198.2129.13153.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 23 (9.38% from 255) = 4.88%
R=49.68%
G=45.44%
B=4.88%

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
Decimal2342142300.090.900.0854.3183.450.39
HexEAD617095A8365332
Octal35232627011132106612362
Binary11101010110101101011101001101101010001101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD617; }

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

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

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

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

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

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

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

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