Shades of Broom #EAD024
Tints of Broom #EAD024
RGB
CMYK
RGB Variations
Color information
#EAD024 (or 0xEAD024) is known color: Broom. HEX triplet: EA, D0 and 24. RGB value is (234,208,36). Sum of RGB (Red+Green+Blue) = 234+208+36=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD024 is #152FDB. Grayscale: #C4C4C4. Windows color (decimal): -1388508 or 2412778. OLE color: 2412778.
HSL color Cylindrical-coordinate representation of color #EAD024: hue angle of 52.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAD024 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 36 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.08 |
| HSL | 52.12º | 0.83% | 0.53% | - |
| HSV(B) | 52.12º | 0.85% | 0.92% | - |
| XYZ | 56.81 | 62.73 | 10.78 | - |
| YUV | 196.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 36 | 0 | 0.11 | 0.85 | 0.08 | 52.12 | 0.83 | 0.53 |
| Hex | EA | D0 | 24 | 0 | B | 55 | 8 | 34 | 52 | 35 |
| Octal | 352 | 320 | 44 | 0 | 13 | 125 | 10 | 64 | 122 | 65 |
| Binary | 11101010 | 11010000 | 100100 | 0 | 1011 | 1010101 | 1000 | 110100 | 1010010 | 110101 |
Color Harmonies of #EAD024
Complementary color
Monochromatic Colors of #EAD024
Black with #EAD024
Text Example
Text Example
White with #EAD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD024; }
p { color: rgb(234,208,36); }
H1.HeaderClassName
{
color: #EAD024;
}
.AnyTagClassName
{
color: #EAD024;
}
</style>
background-color css
<style>
a { background-color: #EAD024; }
a { background-color: rgb(234,208,36); }
div.DivClassName
{
background-color: #EAD024;
}
.BgClassName
{
background-color: #EAD024;
}
</style>
border-color css
<style>
span { border-color: #EAD024; }
span { border-color: rgb(234,208,36); }
td.TdClassName
{
border-color: #EAD024;
}
.TagClassName
{
border-color: #EAD024;
}
</style>