Shades of Broom #E6D80F
Tints of Broom #E6D80F
RGB
CMYK
RGB Variations
Color information
#E6D80F (or 0xE6D80F) is known color: Broom. HEX triplet: E6, D8 and 0F. RGB value is (230,216,15). Sum of RGB (Red+Green+Blue) = 230+216+15=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D80F is #1927F0. Grayscale: #C6C6C6. Windows color (decimal): -1648625 or 1038566. OLE color: 1038566.
HSL color Cylindrical-coordinate representation of color #E6D80F: hue angle of 56.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6D80F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.10 |
| HSL | 56.09º | 0.88% | 0.48% | - |
| HSV(B) | 56.09º | 0.93% | 0.9% | - |
| XYZ | 57.28 | 65.97 | 10.17 | - |
| YUV | 197.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 15 | 0 | 0.06 | 0.93 | 0.10 | 56.09 | 0.88 | 0.48 |
| Hex | E6 | D8 | F | 0 | 6 | 5D | A | 38 | 58 | 30 |
| Octal | 346 | 330 | 17 | 0 | 6 | 135 | 12 | 70 | 130 | 60 |
| Binary | 11100110 | 11011000 | 1111 | 0 | 110 | 1011101 | 1010 | 111000 | 1011000 | 110000 |
Color Harmonies of #E6D80F
Complementary color
Monochromatic Colors of #E6D80F
Black with #E6D80F
Text Example
Text Example
White with #E6D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D80F; }
p { color: rgb(230,216,15); }
H1.HeaderClassName
{
color: #E6D80F;
}
.AnyTagClassName
{
color: #E6D80F;
}
</style>
background-color css
<style>
a { background-color: #E6D80F; }
a { background-color: rgb(230,216,15); }
div.DivClassName
{
background-color: #E6D80F;
}
.BgClassName
{
background-color: #E6D80F;
}
</style>
border-color css
<style>
span { border-color: #E6D80F; }
span { border-color: rgb(230,216,15); }
td.TdClassName
{
border-color: #E6D80F;
}
.TagClassName
{
border-color: #E6D80F;
}
</style>