Shades of Broom #E0CB2C
Tints of Broom #E0CB2C
RGB
CMYK
RGB Variations
Color information
#E0CB2C (or 0xE0CB2C) is known color: Broom. HEX triplet: E0, CB and 2C. RGB value is (224,203,44). Sum of RGB (Red+Green+Blue) = 224+203+44=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB2C is #1F34D3. Grayscale: #BFBFBF. Windows color (decimal): -2045140 or 2935776. OLE color: 2935776.
HSL color Cylindrical-coordinate representation of color #E0CB2C: hue angle of 53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0CB2C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 44 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.12 |
| HSL | 53º | 0.74% | 0.53% | - |
| HSV(B) | 53º | 0.8% | 0.88% | - |
| XYZ | 52.55 | 58.74 | 10.95 | - |
| YUV | 191.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 44 | 0 | 0.09 | 0.80 | 0.12 | 53 | 0.74 | 0.53 |
| Hex | E0 | CB | 2C | 0 | 9 | 50 | C | 35 | 4A | 35 |
| Octal | 340 | 313 | 54 | 0 | 11 | 120 | 14 | 65 | 112 | 65 |
| Binary | 11100000 | 11001011 | 101100 | 0 | 1001 | 1010000 | 1100 | 110101 | 1001010 | 110101 |
Color Harmonies of #E0CB2C
Complementary color
Monochromatic Colors of #E0CB2C
Black with #E0CB2C
Text Example
Text Example
White with #E0CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB2C; }
p { color: rgb(224,203,44); }
H1.HeaderClassName
{
color: #E0CB2C;
}
.AnyTagClassName
{
color: #E0CB2C;
}
</style>
background-color css
<style>
a { background-color: #E0CB2C; }
a { background-color: rgb(224,203,44); }
div.DivClassName
{
background-color: #E0CB2C;
}
.BgClassName
{
background-color: #E0CB2C;
}
</style>
border-color css
<style>
span { border-color: #E0CB2C; }
span { border-color: rgb(224,203,44); }
td.TdClassName
{
border-color: #E0CB2C;
}
.TagClassName
{
border-color: #E0CB2C;
}
</style>