Shades of Broom #E0CB2E
Tints of Broom #E0CB2E
RGB
CMYK
RGB Variations
Color information
#E0CB2E (or 0xE0CB2E) is known color: Broom. HEX triplet: E0, CB and 2E. RGB value is (224,203,46). Sum of RGB (Red+Green+Blue) = 224+203+46=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB2E is #1F34D1. Grayscale: #C0C0C0. Windows color (decimal): -2045138 or 3066848. OLE color: 3066848.
HSL color Cylindrical-coordinate representation of color #E0CB2E: hue angle of 52.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0CB2E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 46 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.12 |
| HSL | 52.92º | 0.74% | 0.53% | - |
| HSV(B) | 52.92º | 0.79% | 0.88% | - |
| XYZ | 52.59 | 58.76 | 11.15 | - |
| YUV | 191.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 46 | 0 | 0.09 | 0.79 | 0.12 | 52.92 | 0.74 | 0.53 |
| Hex | E0 | CB | 2E | 0 | 9 | 4F | C | 35 | 4A | 35 |
| Octal | 340 | 313 | 56 | 0 | 11 | 117 | 14 | 65 | 112 | 65 |
| Binary | 11100000 | 11001011 | 101110 | 0 | 1001 | 1001111 | 1100 | 110101 | 1001010 | 110101 |
Color Harmonies of #E0CB2E
Complementary color
Monochromatic Colors of #E0CB2E
Black with #E0CB2E
Text Example
Text Example
White with #E0CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB2E; }
p { color: rgb(224,203,46); }
H1.HeaderClassName
{
color: #E0CB2E;
}
.AnyTagClassName
{
color: #E0CB2E;
}
</style>
background-color css
<style>
a { background-color: #E0CB2E; }
a { background-color: rgb(224,203,46); }
div.DivClassName
{
background-color: #E0CB2E;
}
.BgClassName
{
background-color: #E0CB2E;
}
</style>
border-color css
<style>
span { border-color: #E0CB2E; }
span { border-color: rgb(224,203,46); }
td.TdClassName
{
border-color: #E0CB2E;
}
.TagClassName
{
border-color: #E0CB2E;
}
</style>