Shades of Broom #E0CF29
Tints of Broom #E0CF29
RGB
CMYK
RGB Variations
Color information
#E0CF29 (or 0xE0CF29) is known color: Broom. HEX triplet: E0, CF and 29. RGB value is (224,207,41). Sum of RGB (Red+Green+Blue) = 224+207+41=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF29 is #1F30D6. Grayscale: #C1C1C1. Windows color (decimal): -2044119 or 2740192. OLE color: 2740192.
HSL color Cylindrical-coordinate representation of color #E0CF29: 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.82%. Process color model (Four color, CMYK) of #E0CF29 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 41 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.12 |
| HSL | 54.43º | 0.75% | 0.52% | - |
| HSV(B) | 54.43º | 0.82% | 0.88% | - |
| XYZ | 53.45 | 60.63 | 10.98 | - |
| YUV | 193.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 41 | 0 | 0.08 | 0.82 | 0.12 | 54.43 | 0.75 | 0.52 |
| Hex | E0 | CF | 29 | 0 | 8 | 52 | C | 36 | 4B | 34 |
| Octal | 340 | 317 | 51 | 0 | 10 | 122 | 14 | 66 | 113 | 64 |
| Binary | 11100000 | 11001111 | 101001 | 0 | 1000 | 1010010 | 1100 | 110110 | 1001011 | 110100 |
Color Harmonies of #E0CF29
Complementary color
Monochromatic Colors of #E0CF29
Black with #E0CF29
Text Example
Text Example
White with #E0CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF29; }
p { color: rgb(224,207,41); }
H1.HeaderClassName
{
color: #E0CF29;
}
.AnyTagClassName
{
color: #E0CF29;
}
</style>
background-color css
<style>
a { background-color: #E0CF29; }
a { background-color: rgb(224,207,41); }
div.DivClassName
{
background-color: #E0CF29;
}
.BgClassName
{
background-color: #E0CF29;
}
</style>
border-color css
<style>
span { border-color: #E0CF29; }
span { border-color: rgb(224,207,41); }
td.TdClassName
{
border-color: #E0CF29;
}
.TagClassName
{
border-color: #E0CF29;
}
</style>