Shades of Broom #EAD417
Tints of Broom #EAD417
RGB
CMYK
RGB Variations
Color information
#EAD417 (or 0xEAD417) is known color: 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
| RGB | 234 | 212 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.08 |
| HSL | 53.74º | 0.83% | 0.5% | - |
| HSV(B) | 53.74º | 0.9% | 0.92% | - |
| XYZ | 57.63 | 64.64 | 10.25 | - |
| YUV | 197.03 | 29.79 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 23 | 0 | 0.09 | 0.90 | 0.08 | 53.74 | 0.83 | 0.5 |
| Hex | EA | D4 | 17 | 0 | 9 | 5A | 8 | 36 | 53 | 32 |
| Octal | 352 | 324 | 27 | 0 | 11 | 132 | 10 | 66 | 123 | 62 |
| Binary | 11101010 | 11010100 | 10111 | 0 | 1001 | 1011010 | 1000 | 110110 | 1010011 | 110010 |
Color Harmonies of #EAD417
Complementary color
Monochromatic Colors of #EAD417
Black with #EAD417
Text Example
Text Example
White with #EAD417
Text Example
Text Example
HTML Codes & Css Web 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>