Shades of Broom #E2CA1F
Tints of Broom #E2CA1F
RGB
CMYK
RGB Variations
Color information
#E2CA1F (or 0xE2CA1F) is known color: Broom. HEX triplet: E2, CA and 1F. RGB value is (226,202,31). Sum of RGB (Red+Green+Blue) = 226+202+31=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA1F is #1D35E0. Grayscale: #BEBEBE. Windows color (decimal): -1914337 or 2083554. OLE color: 2083554.
HSL color Cylindrical-coordinate representation of color #E2CA1F: hue angle of 52.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2CA1F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 31 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.11 |
| HSL | 52.62º | 0.77% | 0.5% | - |
| HSV(B) | 52.62º | 0.86% | 0.89% | - |
| XYZ | 52.73 | 58.51 | 9.81 | - |
| YUV | 189.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 31 | 0 | 0.11 | 0.86 | 0.11 | 52.62 | 0.77 | 0.5 |
| Hex | E2 | CA | 1F | 0 | B | 56 | B | 35 | 4D | 32 |
| Octal | 342 | 312 | 37 | 0 | 13 | 126 | 13 | 65 | 115 | 62 |
| Binary | 11100010 | 11001010 | 11111 | 0 | 1011 | 1010110 | 1011 | 110101 | 1001101 | 110010 |
Color Harmonies of #E2CA1F
Complementary color
Monochromatic Colors of #E2CA1F
Black with #E2CA1F
Text Example
Text Example
White with #E2CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CA1F; }
p { color: rgb(226,202,31); }
H1.HeaderClassName
{
color: #E2CA1F;
}
.AnyTagClassName
{
color: #E2CA1F;
}
</style>
background-color css
<style>
a { background-color: #E2CA1F; }
a { background-color: rgb(226,202,31); }
div.DivClassName
{
background-color: #E2CA1F;
}
.BgClassName
{
background-color: #E2CA1F;
}
</style>
border-color css
<style>
span { border-color: #E2CA1F; }
span { border-color: rgb(226,202,31); }
td.TdClassName
{
border-color: #E2CA1F;
}
.TagClassName
{
border-color: #E2CA1F;
}
</style>