Shades of Broom #E7D50C
Tints of Broom #E7D50C
RGB
CMYK
RGB Variations
Color information
#E7D50C (or 0xE7D50C) is known color: Broom. HEX triplet: E7, D5 and 0C. RGB value is (231,213,12). Sum of RGB (Red+Green+Blue) = 231+213+12=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D50C is #182AF3. Grayscale: #C4C4C4. Windows color (decimal): -1583860 or 841191. OLE color: 841191.
HSL color Cylindrical-coordinate representation of color #E7D50C: hue angle of 55.07º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7D50C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.09 |
| HSL | 55.07º | 0.9% | 0.48% | - |
| HSV(B) | 55.07º | 0.95% | 0.91% | - |
| XYZ | 56.82 | 64.6 | 9.82 | - |
| YUV | 195.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 12 | 0 | 0.08 | 0.95 | 0.09 | 55.07 | 0.9 | 0.48 |
| Hex | E7 | D5 | C | 0 | 8 | 5F | 9 | 37 | 5A | 30 |
| Octal | 347 | 325 | 14 | 0 | 10 | 137 | 11 | 67 | 132 | 60 |
| Binary | 11100111 | 11010101 | 1100 | 0 | 1000 | 1011111 | 1001 | 110111 | 1011010 | 110000 |
Color Harmonies of #E7D50C
Complementary color
Monochromatic Colors of #E7D50C
Black with #E7D50C
Text Example
Text Example
White with #E7D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D50C; }
p { color: rgb(231,213,12); }
H1.HeaderClassName
{
color: #E7D50C;
}
.AnyTagClassName
{
color: #E7D50C;
}
</style>
background-color css
<style>
a { background-color: #E7D50C; }
a { background-color: rgb(231,213,12); }
div.DivClassName
{
background-color: #E7D50C;
}
.BgClassName
{
background-color: #E7D50C;
}
</style>
border-color css
<style>
span { border-color: #E7D50C; }
span { border-color: rgb(231,213,12); }
td.TdClassName
{
border-color: #E7D50C;
}
.TagClassName
{
border-color: #E7D50C;
}
</style>