Shades of Broom #E7D512
Tints of Broom #E7D512
RGB
CMYK
RGB Variations
Color information
#E7D512 (or 0xE7D512) is known color: Broom. HEX triplet: E7, D5 and 12. RGB value is (231,213,18). Sum of RGB (Red+Green+Blue) = 231+213+18=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D512 is #182AED. Grayscale: #C4C4C4. Windows color (decimal): -1583854 or 1234407. OLE color: 1234407.
HSL color Cylindrical-coordinate representation of color #E7D512: hue angle of 54.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7D512 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.09 |
| HSL | 54.93º | 0.86% | 0.49% | - |
| HSV(B) | 54.93º | 0.92% | 0.91% | - |
| XYZ | 56.86 | 64.62 | 10.05 | - |
| YUV | 196.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 18 | 0 | 0.08 | 0.92 | 0.09 | 54.93 | 0.86 | 0.49 |
| Hex | E7 | D5 | 12 | 0 | 8 | 5C | 9 | 37 | 56 | 31 |
| Octal | 347 | 325 | 22 | 0 | 10 | 134 | 11 | 67 | 126 | 61 |
| Binary | 11100111 | 11010101 | 10010 | 0 | 1000 | 1011100 | 1001 | 110111 | 1010110 | 110001 |
Color Harmonies of #E7D512
Complementary color
Monochromatic Colors of #E7D512
Black with #E7D512
Text Example
Text Example
White with #E7D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D512; }
p { color: rgb(231,213,18); }
H1.HeaderClassName
{
color: #E7D512;
}
.AnyTagClassName
{
color: #E7D512;
}
</style>
background-color css
<style>
a { background-color: #E7D512; }
a { background-color: rgb(231,213,18); }
div.DivClassName
{
background-color: #E7D512;
}
.BgClassName
{
background-color: #E7D512;
}
</style>
border-color css
<style>
span { border-color: #E7D512; }
span { border-color: rgb(231,213,18); }
td.TdClassName
{
border-color: #E7D512;
}
.TagClassName
{
border-color: #E7D512;
}
</style>