Shades of Broom #E8D02A
Tints of Broom #E8D02A
RGB
CMYK
RGB Variations
Color information
#E8D02A (or 0xE8D02A) is known color: Broom. HEX triplet: E8, D0 and 2A. RGB value is (232,208,42). Sum of RGB (Red+Green+Blue) = 232+208+42=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D02A is #172FD5. Grayscale: #C4C4C4. Windows color (decimal): -1519574 or 2805992. OLE color: 2805992.
HSL color Cylindrical-coordinate representation of color #E8D02A: hue angle of 52.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8D02A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 42 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.09 |
| HSL | 52.42º | 0.81% | 0.54% | - |
| HSV(B) | 52.42º | 0.82% | 0.91% | - |
| XYZ | 56.25 | 62.43 | 11.28 | - |
| YUV | 196.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 42 | 0 | 0.10 | 0.82 | 0.09 | 52.42 | 0.81 | 0.54 |
| Hex | E8 | D0 | 2A | 0 | A | 52 | 9 | 34 | 51 | 36 |
| Octal | 350 | 320 | 52 | 0 | 12 | 122 | 11 | 64 | 121 | 66 |
| Binary | 11101000 | 11010000 | 101010 | 0 | 1010 | 1010010 | 1001 | 110100 | 1010001 | 110110 |
Color Harmonies of #E8D02A
Complementary color
Monochromatic Colors of #E8D02A
Black with #E8D02A
Text Example
Text Example
White with #E8D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D02A; }
p { color: rgb(232,208,42); }
H1.HeaderClassName
{
color: #E8D02A;
}
.AnyTagClassName
{
color: #E8D02A;
}
</style>
background-color css
<style>
a { background-color: #E8D02A; }
a { background-color: rgb(232,208,42); }
div.DivClassName
{
background-color: #E8D02A;
}
.BgClassName
{
background-color: #E8D02A;
}
</style>
border-color css
<style>
span { border-color: #E8D02A; }
span { border-color: rgb(232,208,42); }
td.TdClassName
{
border-color: #E8D02A;
}
.TagClassName
{
border-color: #E8D02A;
}
</style>