Shades of Broom #E2CA2E
Tints of Broom #E2CA2E
RGB
CMYK
RGB Variations
Color information
#E2CA2E (or 0xE2CA2E) is known color: Broom. HEX triplet: E2, CA and 2E. RGB value is (226,202,46). Sum of RGB (Red+Green+Blue) = 226+202+46=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA2E is #1D35D1. Grayscale: #C0C0C0. Windows color (decimal): -1914322 or 3066594. OLE color: 3066594.
HSL color Cylindrical-coordinate representation of color #E2CA2E: hue angle of 52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2CA2E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 46 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.11 |
| HSL | 52º | 0.76% | 0.53% | - |
| HSV(B) | 52º | 0.8% | 0.89% | - |
| XYZ | 52.98 | 58.61 | 11.1 | - |
| YUV | 191.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 46 | 0 | 0.11 | 0.80 | 0.11 | 52 | 0.76 | 0.53 |
| Hex | E2 | CA | 2E | 0 | B | 50 | B | 34 | 4C | 35 |
| Octal | 342 | 312 | 56 | 0 | 13 | 120 | 13 | 64 | 114 | 65 |
| Binary | 11100010 | 11001010 | 101110 | 0 | 1011 | 1010000 | 1011 | 110100 | 1001100 | 110101 |
Color Harmonies of #E2CA2E
Complementary color
Monochromatic Colors of #E2CA2E
Black with #E2CA2E
Text Example
Text Example
White with #E2CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA2E; }
p { color: rgb(226,202,46); }
H1.HeaderClassName
{
color: #E2CA2E;
}
.AnyTagClassName
{
color: #E2CA2E;
}
</style>
background-color css
<style>
a { background-color: #E2CA2E; }
a { background-color: rgb(226,202,46); }
div.DivClassName
{
background-color: #E2CA2E;
}
.BgClassName
{
background-color: #E2CA2E;
}
</style>
border-color css
<style>
span { border-color: #E2CA2E; }
span { border-color: rgb(226,202,46); }
td.TdClassName
{
border-color: #E2CA2E;
}
.TagClassName
{
border-color: #E2CA2E;
}
</style>