Shades of Broom #E6D60E
Tints of Broom #E6D60E
RGB
CMYK
RGB Variations
Color information
#E6D60E (or 0xE6D60E) is known color: Broom. HEX triplet: E6, D6 and 0E. RGB value is (230,214,14). Sum of RGB (Red+Green+Blue) = 230+214+14=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D60E is #1929F1. Grayscale: #C4C4C4. Windows color (decimal): -1649138 or 972518. OLE color: 972518.
HSL color Cylindrical-coordinate representation of color #E6D60E: hue angle of 55.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6D60E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.10 |
| HSL | 55.56º | 0.89% | 0.48% | - |
| HSV(B) | 55.56º | 0.94% | 0.9% | - |
| XYZ | 56.76 | 64.95 | 9.96 | - |
| YUV | 195.98 | 25.3 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 14 | 0 | 0.07 | 0.94 | 0.10 | 55.56 | 0.89 | 0.48 |
| Hex | E6 | D6 | E | 0 | 7 | 5E | A | 38 | 59 | 30 |
| Octal | 346 | 326 | 16 | 0 | 7 | 136 | 12 | 70 | 131 | 60 |
| Binary | 11100110 | 11010110 | 1110 | 0 | 111 | 1011110 | 1010 | 111000 | 1011001 | 110000 |
Color Harmonies of #E6D60E
Complementary color
Monochromatic Colors of #E6D60E
Black with #E6D60E
Text Example
Text Example
White with #E6D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D60E; }
p { color: rgb(230,214,14); }
H1.HeaderClassName
{
color: #E6D60E;
}
.AnyTagClassName
{
color: #E6D60E;
}
</style>
background-color css
<style>
a { background-color: #E6D60E; }
a { background-color: rgb(230,214,14); }
div.DivClassName
{
background-color: #E6D60E;
}
.BgClassName
{
background-color: #E6D60E;
}
</style>
border-color css
<style>
span { border-color: #E6D60E; }
span { border-color: rgb(230,214,14); }
td.TdClassName
{
border-color: #E6D60E;
}
.TagClassName
{
border-color: #E6D60E;
}
</style>