Shades of Broom #E1D02A
Tints of Broom #E1D02A
RGB
CMYK
RGB Variations
Color information
#E1D02A (or 0xE1D02A) is known color: Broom. HEX triplet: E1, D0 and 2A. RGB value is (225,208,42). Sum of RGB (Red+Green+Blue) = 225+208+42=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D02A is #1E2FD5. Grayscale: #C2C2C2. Windows color (decimal): -1978326 or 2805985. OLE color: 2805985.
HSL color Cylindrical-coordinate representation of color #E1D02A: hue angle of 54.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1D02A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 42 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.12 |
| HSL | 54.43º | 0.75% | 0.52% | - |
| HSV(B) | 54.43º | 0.81% | 0.88% | - |
| XYZ | 54.03 | 61.29 | 11.17 | - |
| YUV | 194.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 42 | 0 | 0.08 | 0.81 | 0.12 | 54.43 | 0.75 | 0.52 |
| Hex | E1 | D0 | 2A | 0 | 8 | 51 | C | 36 | 4B | 34 |
| Octal | 341 | 320 | 52 | 0 | 10 | 121 | 14 | 66 | 113 | 64 |
| Binary | 11100001 | 11010000 | 101010 | 0 | 1000 | 1010001 | 1100 | 110110 | 1001011 | 110100 |
Color Harmonies of #E1D02A
Complementary color
Monochromatic Colors of #E1D02A
Black with #E1D02A
Text Example
Text Example
White with #E1D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D02A; }
p { color: rgb(225,208,42); }
H1.HeaderClassName
{
color: #E1D02A;
}
.AnyTagClassName
{
color: #E1D02A;
}
</style>
background-color css
<style>
a { background-color: #E1D02A; }
a { background-color: rgb(225,208,42); }
div.DivClassName
{
background-color: #E1D02A;
}
.BgClassName
{
background-color: #E1D02A;
}
</style>
border-color css
<style>
span { border-color: #E1D02A; }
span { border-color: rgb(225,208,42); }
td.TdClassName
{
border-color: #E1D02A;
}
.TagClassName
{
border-color: #E1D02A;
}
</style>