Shades of Broom #EAD60E
Tints of Broom #EAD60E
RGB
CMYK
RGB Variations
Color information
#EAD60E (or 0xEAD60E) is known color: 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
| RGB | 234 | 214 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.08 |
| HSL | 54.55º | 0.89% | 0.49% | - |
| HSV(B) | 54.55º | 0.94% | 0.92% | - |
| XYZ | 58.06 | 65.62 | 10.02 | - |
| YUV | 197.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 14 | 0 | 0.09 | 0.94 | 0.08 | 54.55 | 0.89 | 0.49 |
| Hex | EA | D6 | E | 0 | 9 | 5E | 8 | 37 | 59 | 31 |
| Octal | 352 | 326 | 16 | 0 | 11 | 136 | 10 | 67 | 131 | 61 |
| Binary | 11101010 | 11010110 | 1110 | 0 | 1001 | 1011110 | 1000 | 110111 | 1011001 | 110001 |
Color Harmonies of #EAD60E
Complementary color
Monochromatic Colors of #EAD60E
Black with #EAD60E
Text Example
Text Example
White with #EAD60E
Text Example
Text Example
HTML Codes & Css Web 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>