Shades of Broom #E2CD1E
Tints of Broom #E2CD1E
RGB
CMYK
RGB Variations
Color information
#E2CD1E (or 0xE2CD1E) is known color: Broom. HEX triplet: E2, CD and 1E. RGB value is (226,205,30). Sum of RGB (Red+Green+Blue) = 226+205+30=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CD1E is #1D32E1. Grayscale: #C0C0C0. Windows color (decimal): -1913570 or 2018786. OLE color: 2018786.
HSL color Cylindrical-coordinate representation of color #E2CD1E: hue angle of 53.57º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2CD1E is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 30 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.11 |
| HSL | 53.57º | 0.77% | 0.5% | - |
| HSV(B) | 53.57º | 0.87% | 0.89% | - |
| XYZ | 53.43 | 59.93 | 9.98 | - |
| YUV | 191.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 30 | 0 | 0.09 | 0.87 | 0.11 | 53.57 | 0.77 | 0.5 |
| Hex | E2 | CD | 1E | 0 | 9 | 57 | B | 36 | 4D | 32 |
| Octal | 342 | 315 | 36 | 0 | 11 | 127 | 13 | 66 | 115 | 62 |
| Binary | 11100010 | 11001101 | 11110 | 0 | 1001 | 1010111 | 1011 | 110110 | 1001101 | 110010 |
Color Harmonies of #E2CD1E
Complementary color
Monochromatic Colors of #E2CD1E
Black with #E2CD1E
Text Example
Text Example
White with #E2CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD1E; }
p { color: rgb(226,205,30); }
H1.HeaderClassName
{
color: #E2CD1E;
}
.AnyTagClassName
{
color: #E2CD1E;
}
</style>
background-color css
<style>
a { background-color: #E2CD1E; }
a { background-color: rgb(226,205,30); }
div.DivClassName
{
background-color: #E2CD1E;
}
.BgClassName
{
background-color: #E2CD1E;
}
</style>
border-color css
<style>
span { border-color: #E2CD1E; }
span { border-color: rgb(226,205,30); }
td.TdClassName
{
border-color: #E2CD1E;
}
.TagClassName
{
border-color: #E2CD1E;
}
</style>