Shades of Broom #EED017
Tints of Broom #EED017
RGB
CMYK
RGB Variations
Color information
#EED017 (or 0xEED017) is known color: Broom. HEX triplet: EE, D0 and 17. RGB value is (238,208,23). Sum of RGB (Red+Green+Blue) = 238+208+23=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 23 (9.38% from 255 or 4.90% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED017 is #112FE8. Grayscale: #C4C4C4. Windows color (decimal): -1126377 or 1560814. OLE color: 1560814.
HSL color Cylindrical-coordinate representation of color #EED017: hue angle of 51.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EED017 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.07 |
| HSL | 51.63º | 0.86% | 0.51% | - |
| HSV(B) | 51.63º | 0.9% | 0.93% | - |
| XYZ | 57.97 | 63.35 | 9.98 | - |
| YUV | 195.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 23 | 0 | 0.13 | 0.90 | 0.07 | 51.63 | 0.86 | 0.51 |
| Hex | EE | D0 | 17 | 0 | D | 5A | 7 | 34 | 56 | 33 |
| Octal | 356 | 320 | 27 | 0 | 15 | 132 | 7 | 64 | 126 | 63 |
| Binary | 11101110 | 11010000 | 10111 | 0 | 1101 | 1011010 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EED017
Complementary color
Monochromatic Colors of #EED017
Black with #EED017
Text Example
Text Example
White with #EED017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED017; }
p { color: rgb(238,208,23); }
H1.HeaderClassName
{
color: #EED017;
}
.AnyTagClassName
{
color: #EED017;
}
</style>
background-color css
<style>
a { background-color: #EED017; }
a { background-color: rgb(238,208,23); }
div.DivClassName
{
background-color: #EED017;
}
.BgClassName
{
background-color: #EED017;
}
</style>
border-color css
<style>
span { border-color: #EED017; }
span { border-color: rgb(238,208,23); }
td.TdClassName
{
border-color: #EED017;
}
.TagClassName
{
border-color: #EED017;
}
</style>