Shades of Broom #E6D70D
Tints of Broom #E6D70D
RGB
CMYK
RGB Variations
Color information
#E6D70D (or 0xE6D70D) is known color: Broom. HEX triplet: E6, D7 and 0D. RGB value is (230,215,13). Sum of RGB (Red+Green+Blue) = 230+215+13=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D70D is #1928F2. Grayscale: #C5C5C5. Windows color (decimal): -1648883 or 907238. OLE color: 907238.
HSL color Cylindrical-coordinate representation of color #E6D70D: hue angle of 55.85º 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 #E6D70D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.10 |
| HSL | 55.85º | 0.89% | 0.48% | - |
| HSV(B) | 55.85º | 0.94% | 0.9% | - |
| XYZ | 57.01 | 65.45 | 10.01 | - |
| YUV | 196.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 13 | 0 | 0.07 | 0.94 | 0.10 | 55.85 | 0.89 | 0.48 |
| Hex | E6 | D7 | D | 0 | 7 | 5E | A | 38 | 59 | 30 |
| Octal | 346 | 327 | 15 | 0 | 7 | 136 | 12 | 70 | 131 | 60 |
| Binary | 11100110 | 11010111 | 1101 | 0 | 111 | 1011110 | 1010 | 111000 | 1011001 | 110000 |
Color Harmonies of #E6D70D
Complementary color
Monochromatic Colors of #E6D70D
Black with #E6D70D
Text Example
Text Example
White with #E6D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D70D; }
p { color: rgb(230,215,13); }
H1.HeaderClassName
{
color: #E6D70D;
}
.AnyTagClassName
{
color: #E6D70D;
}
</style>
background-color css
<style>
a { background-color: #E6D70D; }
a { background-color: rgb(230,215,13); }
div.DivClassName
{
background-color: #E6D70D;
}
.BgClassName
{
background-color: #E6D70D;
}
</style>
border-color css
<style>
span { border-color: #E6D70D; }
span { border-color: rgb(230,215,13); }
td.TdClassName
{
border-color: #E6D70D;
}
.TagClassName
{
border-color: #E6D70D;
}
</style>