Shades of Broom #E5CA2B
Tints of Broom #E5CA2B
RGB
CMYK
RGB Variations
Color information
#E5CA2B (or 0xE5CA2B) is known color: Broom. HEX triplet: E5, CA and 2B. RGB value is (229,202,43). Sum of RGB (Red+Green+Blue) = 229+202+43=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA2B is #1A35D4. Grayscale: #C0C0C0. Windows color (decimal): -1717717 or 2869989. OLE color: 2869989.
HSL color Cylindrical-coordinate representation of color #E5CA2B: hue angle of 51.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5CA2B is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 43 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.10 |
| HSL | 51.29º | 0.78% | 0.53% | - |
| HSV(B) | 51.29º | 0.81% | 0.9% | - |
| XYZ | 53.87 | 59.07 | 10.85 | - |
| YUV | 191.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 43 | 0 | 0.12 | 0.81 | 0.10 | 51.29 | 0.78 | 0.53 |
| Hex | E5 | CA | 2B | 0 | C | 51 | A | 33 | 4E | 35 |
| Octal | 345 | 312 | 53 | 0 | 14 | 121 | 12 | 63 | 116 | 65 |
| Binary | 11100101 | 11001010 | 101011 | 0 | 1100 | 1010001 | 1010 | 110011 | 1001110 | 110101 |
Color Harmonies of #E5CA2B
Complementary color
Monochromatic Colors of #E5CA2B
Black with #E5CA2B
Text Example
Text Example
White with #E5CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA2B; }
p { color: rgb(229,202,43); }
H1.HeaderClassName
{
color: #E5CA2B;
}
.AnyTagClassName
{
color: #E5CA2B;
}
</style>
background-color css
<style>
a { background-color: #E5CA2B; }
a { background-color: rgb(229,202,43); }
div.DivClassName
{
background-color: #E5CA2B;
}
.BgClassName
{
background-color: #E5CA2B;
}
</style>
border-color css
<style>
span { border-color: #E5CA2B; }
span { border-color: rgb(229,202,43); }
td.TdClassName
{
border-color: #E5CA2B;
}
.TagClassName
{
border-color: #E5CA2B;
}
</style>