Shades of Broom #E2CB1F
Tints of Broom #E2CB1F
RGB
CMYK
RGB Variations
Color information
#E2CB1F (or 0xE2CB1F) is known color: Broom. HEX triplet: E2, CB and 1F. RGB value is (226,203,31). Sum of RGB (Red+Green+Blue) = 226+203+31=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CB1F is #1D34E0. Grayscale: #BEBEBE. Windows color (decimal): -1914081 or 2083810. OLE color: 2083810.
HSL color Cylindrical-coordinate representation of color #E2CB1F: hue angle of 52.92º 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 #E2CB1F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 31 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.11 |
| HSL | 52.92º | 0.77% | 0.5% | - |
| HSV(B) | 52.92º | 0.86% | 0.89% | - |
| XYZ | 52.97 | 58.98 | 9.89 | - |
| YUV | 190.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 31 | 0 | 0.10 | 0.86 | 0.11 | 52.92 | 0.77 | 0.5 |
| Hex | E2 | CB | 1F | 0 | A | 56 | B | 35 | 4D | 32 |
| Octal | 342 | 313 | 37 | 0 | 12 | 126 | 13 | 65 | 115 | 62 |
| Binary | 11100010 | 11001011 | 11111 | 0 | 1010 | 1010110 | 1011 | 110101 | 1001101 | 110010 |
Color Harmonies of #E2CB1F
Complementary color
Monochromatic Colors of #E2CB1F
Black with #E2CB1F
Text Example
Text Example
White with #E2CB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB1F; }
p { color: rgb(226,203,31); }
H1.HeaderClassName
{
color: #E2CB1F;
}
.AnyTagClassName
{
color: #E2CB1F;
}
</style>
background-color css
<style>
a { background-color: #E2CB1F; }
a { background-color: rgb(226,203,31); }
div.DivClassName
{
background-color: #E2CB1F;
}
.BgClassName
{
background-color: #E2CB1F;
}
</style>
border-color css
<style>
span { border-color: #E2CB1F; }
span { border-color: rgb(226,203,31); }
td.TdClassName
{
border-color: #E2CB1F;
}
.TagClassName
{
border-color: #E2CB1F;
}
</style>