Shades of Broom #E5CB21
Tints of Broom #E5CB21
RGB
CMYK
RGB Variations
Color information
#E5CB21 (or 0xE5CB21) is known color: Broom. HEX triplet: E5, CB and 21. RGB value is (229,203,33). Sum of RGB (Red+Green+Blue) = 229+203+33=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB21 is #1A34DE. Grayscale: #C0C0C0. Windows color (decimal): -1717471 or 2214885. OLE color: 2214885.
HSL color Cylindrical-coordinate representation of color #E5CB21: hue angle of 52.04º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5CB21 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 33 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.10 |
| HSL | 52.04º | 0.79% | 0.51% | - |
| HSV(B) | 52.04º | 0.86% | 0.9% | - |
| XYZ | 53.94 | 59.48 | 10.08 | - |
| YUV | 191.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 33 | 0 | 0.11 | 0.86 | 0.10 | 52.04 | 0.79 | 0.51 |
| Hex | E5 | CB | 21 | 0 | B | 56 | A | 34 | 4F | 33 |
| Octal | 345 | 313 | 41 | 0 | 13 | 126 | 12 | 64 | 117 | 63 |
| Binary | 11100101 | 11001011 | 100001 | 0 | 1011 | 1010110 | 1010 | 110100 | 1001111 | 110011 |
Color Harmonies of #E5CB21
Complementary color
Monochromatic Colors of #E5CB21
Black with #E5CB21
Text Example
Text Example
White with #E5CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB21; }
p { color: rgb(229,203,33); }
H1.HeaderClassName
{
color: #E5CB21;
}
.AnyTagClassName
{
color: #E5CB21;
}
</style>
background-color css
<style>
a { background-color: #E5CB21; }
a { background-color: rgb(229,203,33); }
div.DivClassName
{
background-color: #E5CB21;
}
.BgClassName
{
background-color: #E5CB21;
}
</style>
border-color css
<style>
span { border-color: #E5CB21; }
span { border-color: rgb(229,203,33); }
td.TdClassName
{
border-color: #E5CB21;
}
.TagClassName
{
border-color: #E5CB21;
}
</style>