Shades of Broom #E7D314
Tints of Broom #E7D314
RGB
CMYK
RGB Variations
Color information
#E7D314 (or 0xE7D314) is known color: Broom. HEX triplet: E7, D3 and 14. RGB value is (231,211,20). Sum of RGB (Red+Green+Blue) = 231+211+20=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D314 is #182CEB. Grayscale: #C3C3C3. Windows color (decimal): -1584364 or 1364967. OLE color: 1364967.
HSL color Cylindrical-coordinate representation of color #E7D314: hue angle of 54.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7D314 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 20 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.09 |
| HSL | 54.31º | 0.84% | 0.49% | - |
| HSV(B) | 54.31º | 0.91% | 0.91% | - |
| XYZ | 56.38 | 63.63 | 9.97 | - |
| YUV | 195.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 20 | 0 | 0.09 | 0.91 | 0.09 | 54.31 | 0.84 | 0.49 |
| Hex | E7 | D3 | 14 | 0 | 9 | 5B | 9 | 36 | 54 | 31 |
| Octal | 347 | 323 | 24 | 0 | 11 | 133 | 11 | 66 | 124 | 61 |
| Binary | 11100111 | 11010011 | 10100 | 0 | 1001 | 1011011 | 1001 | 110110 | 1010100 | 110001 |
Color Harmonies of #E7D314
Complementary color
Monochromatic Colors of #E7D314
Black with #E7D314
Text Example
Text Example
White with #E7D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D314; }
p { color: rgb(231,211,20); }
H1.HeaderClassName
{
color: #E7D314;
}
.AnyTagClassName
{
color: #E7D314;
}
</style>
background-color css
<style>
a { background-color: #E7D314; }
a { background-color: rgb(231,211,20); }
div.DivClassName
{
background-color: #E7D314;
}
.BgClassName
{
background-color: #E7D314;
}
</style>
border-color css
<style>
span { border-color: #E7D314; }
span { border-color: rgb(231,211,20); }
td.TdClassName
{
border-color: #E7D314;
}
.TagClassName
{
border-color: #E7D314;
}
</style>