Shades of Broom #E8D21D
Tints of Broom #E8D21D
RGB
CMYK
RGB Variations
Color information
#E8D21D (or 0xE8D21D) is known color: Broom. HEX triplet: E8, D2 and 1D. RGB value is (232,210,29). Sum of RGB (Red+Green+Blue) = 232+210+29=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D21D is #172DE2. Grayscale: #C4C4C4. Windows color (decimal): -1519075 or 1954536. OLE color: 1954536.
HSL color Cylindrical-coordinate representation of color #E8D21D: hue angle of 53.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8D21D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.09 |
| HSL | 53.5º | 0.82% | 0.51% | - |
| HSV(B) | 53.5º | 0.88% | 0.91% | - |
| XYZ | 56.55 | 63.34 | 10.41 | - |
| YUV | 195.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 29 | 0 | 0.09 | 0.88 | 0.09 | 53.5 | 0.82 | 0.51 |
| Hex | E8 | D2 | 1D | 0 | 9 | 58 | 9 | 35 | 52 | 33 |
| Octal | 350 | 322 | 35 | 0 | 11 | 130 | 11 | 65 | 122 | 63 |
| Binary | 11101000 | 11010010 | 11101 | 0 | 1001 | 1011000 | 1001 | 110101 | 1010010 | 110011 |
Color Harmonies of #E8D21D
Complementary color
Monochromatic Colors of #E8D21D
Black with #E8D21D
Text Example
Text Example
White with #E8D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D21D; }
p { color: rgb(232,210,29); }
H1.HeaderClassName
{
color: #E8D21D;
}
.AnyTagClassName
{
color: #E8D21D;
}
</style>
background-color css
<style>
a { background-color: #E8D21D; }
a { background-color: rgb(232,210,29); }
div.DivClassName
{
background-color: #E8D21D;
}
.BgClassName
{
background-color: #E8D21D;
}
</style>
border-color css
<style>
span { border-color: #E8D21D; }
span { border-color: rgb(232,210,29); }
td.TdClassName
{
border-color: #E8D21D;
}
.TagClassName
{
border-color: #E8D21D;
}
</style>