Shades of Broom #E4CF2A
Tints of Broom #E4CF2A
RGB
CMYK
RGB Variations
Color information
#E4CF2A (or 0xE4CF2A) is known color: Broom. HEX triplet: E4, CF and 2A. RGB value is (228,207,42). Sum of RGB (Red+Green+Blue) = 228+207+42=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CF2A is #1B30D5. Grayscale: #C3C3C3. Windows color (decimal): -1781974 or 2805732. OLE color: 2805732.
HSL color Cylindrical-coordinate representation of color #E4CF2A: hue angle of 53.23º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4CF2A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 42 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.11 |
| HSL | 53.23º | 0.78% | 0.53% | - |
| HSV(B) | 53.23º | 0.82% | 0.89% | - |
| XYZ | 54.73 | 61.29 | 11.14 | - |
| YUV | 194.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 42 | 0 | 0.09 | 0.82 | 0.11 | 53.23 | 0.78 | 0.53 |
| Hex | E4 | CF | 2A | 0 | 9 | 52 | B | 35 | 4E | 35 |
| Octal | 344 | 317 | 52 | 0 | 11 | 122 | 13 | 65 | 116 | 65 |
| Binary | 11100100 | 11001111 | 101010 | 0 | 1001 | 1010010 | 1011 | 110101 | 1001110 | 110101 |
Color Harmonies of #E4CF2A
Complementary color
Monochromatic Colors of #E4CF2A
Black with #E4CF2A
Text Example
Text Example
White with #E4CF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF2A; }
p { color: rgb(228,207,42); }
H1.HeaderClassName
{
color: #E4CF2A;
}
.AnyTagClassName
{
color: #E4CF2A;
}
</style>
background-color css
<style>
a { background-color: #E4CF2A; }
a { background-color: rgb(228,207,42); }
div.DivClassName
{
background-color: #E4CF2A;
}
.BgClassName
{
background-color: #E4CF2A;
}
</style>
border-color css
<style>
span { border-color: #E4CF2A; }
span { border-color: rgb(228,207,42); }
td.TdClassName
{
border-color: #E4CF2A;
}
.TagClassName
{
border-color: #E4CF2A;
}
</style>