Shades of Broom #E2DE14
Tints of Broom #E2DE14
RGB
CMYK
RGB Variations
Color information
#E2DE14 (or 0xE2DE14) is known color: Broom. HEX triplet: E2, DE and 14. RGB value is (226,222,20). Sum of RGB (Red+Green+Blue) = 226+222+20=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE14 is #1D21EB. Grayscale: #C8C8C8. Windows color (decimal): -1909228 or 1367778. OLE color: 1367778.
HSL color Cylindrical-coordinate representation of color #E2DE14: hue angle of 58.83º 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 #E2DE14 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.11 |
| HSL | 58.83º | 0.84% | 0.48% | - |
| HSV(B) | 58.83º | 0.91% | 0.89% | - |
| XYZ | 57.61 | 68.46 | 10.84 | - |
| YUV | 200.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 20 | 0 | 0.02 | 0.91 | 0.11 | 58.83 | 0.84 | 0.48 |
| Hex | E2 | DE | 14 | 0 | 2 | 5B | B | 3B | 54 | 30 |
| Octal | 342 | 336 | 24 | 0 | 2 | 133 | 13 | 73 | 124 | 60 |
| Binary | 11100010 | 11011110 | 10100 | 0 | 10 | 1011011 | 1011 | 111011 | 1010100 | 110000 |
Color Harmonies of #E2DE14
Complementary color
Monochromatic Colors of #E2DE14
Black with #E2DE14
Text Example
Text Example
White with #E2DE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE14; }
p { color: rgb(226,222,20); }
H1.HeaderClassName
{
color: #E2DE14;
}
.AnyTagClassName
{
color: #E2DE14;
}
</style>
background-color css
<style>
a { background-color: #E2DE14; }
a { background-color: rgb(226,222,20); }
div.DivClassName
{
background-color: #E2DE14;
}
.BgClassName
{
background-color: #E2DE14;
}
</style>
border-color css
<style>
span { border-color: #E2DE14; }
span { border-color: rgb(226,222,20); }
td.TdClassName
{
border-color: #E2DE14;
}
.TagClassName
{
border-color: #E2DE14;
}
</style>