Shades of Broom #E5DD14
Tints of Broom #E5DD14
RGB
CMYK
RGB Variations
Color information
#E5DD14 (or 0xE5DD14) is known color: Broom. HEX triplet: E5, DD and 14. RGB value is (229,221,20). Sum of RGB (Red+Green+Blue) = 229+221+20=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD14 is #1A22EB. Grayscale: #C9C9C9. Windows color (decimal): -1712876 or 1367525. OLE color: 1367525.
HSL color Cylindrical-coordinate representation of color #E5DD14: hue angle of 57.7º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5DD14 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.10 |
| HSL | 57.7º | 0.84% | 0.49% | - |
| HSV(B) | 57.7º | 0.91% | 0.9% | - |
| XYZ | 58.3 | 68.42 | 10.8 | - |
| YUV | 200.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 20 | 0 | 0.03 | 0.91 | 0.10 | 57.7 | 0.84 | 0.49 |
| Hex | E5 | DD | 14 | 0 | 3 | 5B | A | 3A | 54 | 31 |
| Octal | 345 | 335 | 24 | 0 | 3 | 133 | 12 | 72 | 124 | 61 |
| Binary | 11100101 | 11011101 | 10100 | 0 | 11 | 1011011 | 1010 | 111010 | 1010100 | 110001 |
Color Harmonies of #E5DD14
Complementary color
Monochromatic Colors of #E5DD14
Black with #E5DD14
Text Example
Text Example
White with #E5DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD14; }
p { color: rgb(229,221,20); }
H1.HeaderClassName
{
color: #E5DD14;
}
.AnyTagClassName
{
color: #E5DD14;
}
</style>
background-color css
<style>
a { background-color: #E5DD14; }
a { background-color: rgb(229,221,20); }
div.DivClassName
{
background-color: #E5DD14;
}
.BgClassName
{
background-color: #E5DD14;
}
</style>
border-color css
<style>
span { border-color: #E5DD14; }
span { border-color: rgb(229,221,20); }
td.TdClassName
{
border-color: #E5DD14;
}
.TagClassName
{
border-color: #E5DD14;
}
</style>