Shades of Broom #E5CA2A
Tints of Broom #E5CA2A
RGB
CMYK
RGB Variations
Color information
#E5CA2A (or 0xE5CA2A) is known color: Broom. HEX triplet: E5, CA and 2A. RGB value is (229,202,42). Sum of RGB (Red+Green+Blue) = 229+202+42=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA2A is #1A35D5. Grayscale: #C0C0C0. Windows color (decimal): -1717718 or 2804453. OLE color: 2804453.
HSL color Cylindrical-coordinate representation of color #E5CA2A: hue angle of 51.34º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5CA2A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.10 |
| HSL | 51.34º | 0.78% | 0.53% | - |
| HSV(B) | 51.34º | 0.82% | 0.9% | - |
| XYZ | 53.85 | 59.07 | 10.75 | - |
| YUV | 191.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 42 | 0 | 0.12 | 0.82 | 0.10 | 51.34 | 0.78 | 0.53 |
| Hex | E5 | CA | 2A | 0 | C | 52 | A | 33 | 4E | 35 |
| Octal | 345 | 312 | 52 | 0 | 14 | 122 | 12 | 63 | 116 | 65 |
| Binary | 11100101 | 11001010 | 101010 | 0 | 1100 | 1010010 | 1010 | 110011 | 1001110 | 110101 |
Color Harmonies of #E5CA2A
Complementary color
Monochromatic Colors of #E5CA2A
Black with #E5CA2A
Text Example
Text Example
White with #E5CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA2A; }
p { color: rgb(229,202,42); }
H1.HeaderClassName
{
color: #E5CA2A;
}
.AnyTagClassName
{
color: #E5CA2A;
}
</style>
background-color css
<style>
a { background-color: #E5CA2A; }
a { background-color: rgb(229,202,42); }
div.DivClassName
{
background-color: #E5CA2A;
}
.BgClassName
{
background-color: #E5CA2A;
}
</style>
border-color css
<style>
span { border-color: #E5CA2A; }
span { border-color: rgb(229,202,42); }
td.TdClassName
{
border-color: #E5CA2A;
}
.TagClassName
{
border-color: #E5CA2A;
}
</style>