Shades of Broom #E2CF29
Tints of Broom #E2CF29
RGB
CMYK
RGB Variations
Color information
#E2CF29 (or 0xE2CF29) is known color: Broom. HEX triplet: E2, CF and 29. RGB value is (226,207,41). Sum of RGB (Red+Green+Blue) = 226+207+41=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF29 is #1D30D6. Grayscale: #C2C2C2. Windows color (decimal): -1913047 or 2740194. OLE color: 2740194.
HSL color Cylindrical-coordinate representation of color #E2CF29: hue angle of 53.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2CF29 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 41 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.11 |
| HSL | 53.84º | 0.76% | 0.52% | - |
| HSV(B) | 53.84º | 0.82% | 0.89% | - |
| XYZ | 54.08 | 60.95 | 11.01 | - |
| YUV | 193.76 | 41.79 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 41 | 0 | 0.08 | 0.82 | 0.11 | 53.84 | 0.76 | 0.52 |
| Hex | E2 | CF | 29 | 0 | 8 | 52 | B | 36 | 4C | 34 |
| Octal | 342 | 317 | 51 | 0 | 10 | 122 | 13 | 66 | 114 | 64 |
| Binary | 11100010 | 11001111 | 101001 | 0 | 1000 | 1010010 | 1011 | 110110 | 1001100 | 110100 |
Color Harmonies of #E2CF29
Complementary color
Monochromatic Colors of #E2CF29
Black with #E2CF29
Text Example
Text Example
White with #E2CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF29; }
p { color: rgb(226,207,41); }
H1.HeaderClassName
{
color: #E2CF29;
}
.AnyTagClassName
{
color: #E2CF29;
}
</style>
background-color css
<style>
a { background-color: #E2CF29; }
a { background-color: rgb(226,207,41); }
div.DivClassName
{
background-color: #E2CF29;
}
.BgClassName
{
background-color: #E2CF29;
}
</style>
border-color css
<style>
span { border-color: #E2CF29; }
span { border-color: rgb(226,207,41); }
td.TdClassName
{
border-color: #E2CF29;
}
.TagClassName
{
border-color: #E2CF29;
}
</style>