Shades of Broom #E4D314
Tints of Broom #E4D314
RGB
CMYK
RGB Variations
Color information
#E4D314 (or 0xE4D314) is known color: Broom. HEX triplet: E4, D3 and 14. RGB value is (228,211,20). Sum of RGB (Red+Green+Blue) = 228+211+20=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D314 is #1B2CEB. Grayscale: #C3C3C3. Windows color (decimal): -1780972 or 1364964. OLE color: 1364964.
HSL color Cylindrical-coordinate representation of color #E4D314: hue angle of 55.1º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4D314 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 211 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.11 |
| HSL | 55.1º | 0.84% | 0.49% | - |
| HSV(B) | 55.1º | 0.91% | 0.89% | - |
| XYZ | 55.42 | 63.13 | 9.93 | - |
| YUV | 194.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 20 | 0 | 0.07 | 0.91 | 0.11 | 55.1 | 0.84 | 0.49 |
| Hex | E4 | D3 | 14 | 0 | 7 | 5B | B | 37 | 54 | 31 |
| Octal | 344 | 323 | 24 | 0 | 7 | 133 | 13 | 67 | 124 | 61 |
| Binary | 11100100 | 11010011 | 10100 | 0 | 111 | 1011011 | 1011 | 110111 | 1010100 | 110001 |
Color Harmonies of #E4D314
Complementary color
Monochromatic Colors of #E4D314
Black with #E4D314
Text Example
Text Example
White with #E4D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D314; }
p { color: rgb(228,211,20); }
H1.HeaderClassName
{
color: #E4D314;
}
.AnyTagClassName
{
color: #E4D314;
}
</style>
background-color css
<style>
a { background-color: #E4D314; }
a { background-color: rgb(228,211,20); }
div.DivClassName
{
background-color: #E4D314;
}
.BgClassName
{
background-color: #E4D314;
}
</style>
border-color css
<style>
span { border-color: #E4D314; }
span { border-color: rgb(228,211,20); }
td.TdClassName
{
border-color: #E4D314;
}
.TagClassName
{
border-color: #E4D314;
}
</style>