#EAD60E

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

Shades of Broom #EAD60E

Tints of Broom #EAD60E

Color information

#EAD60E (or 0xEAD60E) is unknown color: approx Broom. HEX triplet: EA, D6 and 0E. RGB value is (234,214,14). Sum of RGB (Red+Green+Blue) = 234+214+14=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD60E is #1529F1. Grayscale: #C5C5C5. Windows color (decimal): -1386994 or 972522. OLE color: 972522.

HSL color Cylindrical-coordinate representation of color #EAD60E: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD60E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23421414-
CMYK00.090.940.08
HSL54.55º88.71%48.63%-
HSV(B)54.55º94.02%91.76%-
XYZ58.0665.6210.02-
YUV197.1824.63154.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 14 (5.86% from 255) = 3.03%
R=50.65%
G=46.32%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342141400.090.940.0854.5588.7148.63
HexEAD6E095E8375931
Octal35232616011136106713161
Binary1110101011010110111001001101111010001101111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD60E; }

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

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

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

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

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

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

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

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