Shades of Broom #E2D614
Tints of Broom #E2D614
RGB
CMYK
RGB Variations
Color information
#E2D614 (or 0xE2D614) is known color: Broom. HEX triplet: E2, D6 and 14. RGB value is (226,214,20). Sum of RGB (Red+Green+Blue) = 226+214+20=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D614 is #1D29EB. Grayscale: #C4C4C4. Windows color (decimal): -1911276 or 1365730. OLE color: 1365730.
HSL color Cylindrical-coordinate representation of color #E2D614: hue angle of 56.5º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2D614 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.11 |
| HSL | 56.5º | 0.84% | 0.48% | - |
| HSV(B) | 56.5º | 0.91% | 0.89% | - |
| XYZ | 55.54 | 64.31 | 10.15 | - |
| YUV | 195.47 | 28.98 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 20 | 0 | 0.05 | 0.91 | 0.11 | 56.5 | 0.84 | 0.48 |
| Hex | E2 | D6 | 14 | 0 | 5 | 5B | B | 39 | 54 | 30 |
| Octal | 342 | 326 | 24 | 0 | 5 | 133 | 13 | 71 | 124 | 60 |
| Binary | 11100010 | 11010110 | 10100 | 0 | 101 | 1011011 | 1011 | 111001 | 1010100 | 110000 |
Color Harmonies of #E2D614
Complementary color
Monochromatic Colors of #E2D614
Black with #E2D614
Text Example
Text Example
White with #E2D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D614; }
p { color: rgb(226,214,20); }
H1.HeaderClassName
{
color: #E2D614;
}
.AnyTagClassName
{
color: #E2D614;
}
</style>
background-color css
<style>
a { background-color: #E2D614; }
a { background-color: rgb(226,214,20); }
div.DivClassName
{
background-color: #E2D614;
}
.BgClassName
{
background-color: #E2D614;
}
</style>
border-color css
<style>
span { border-color: #E2D614; }
span { border-color: rgb(226,214,20); }
td.TdClassName
{
border-color: #E2D614;
}
.TagClassName
{
border-color: #E2D614;
}
</style>