Shades of Broom #EED10E
Tints of Broom #EED10E
RGB
CMYK
RGB Variations
Color information
#EED10E (or 0xEED10E) is known color: Broom. HEX triplet: EE, D1 and 0E. RGB value is (238,209,14). Sum of RGB (Red+Green+Blue) = 238+209+14=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED10E is #112EF1. Grayscale: #C4C4C4. Windows color (decimal): -1126130 or 971246. OLE color: 971246.
HSL color Cylindrical-coordinate representation of color #EED10E: hue angle of 52.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED10E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.23º | 0.89% | 0.49% | - |
| HSV(B) | 52.23º | 0.94% | 0.93% | - |
| XYZ | 58.14 | 63.81 | 9.67 | - |
| YUV | 195.44 | 25.61 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 14 | 0 | 0.12 | 0.94 | 0.07 | 52.23 | 0.89 | 0.49 |
| Hex | EE | D1 | E | 0 | C | 5E | 7 | 34 | 59 | 31 |
| Octal | 356 | 321 | 16 | 0 | 14 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101110 | 11010001 | 1110 | 0 | 1100 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EED10E
Complementary color
Monochromatic Colors of #EED10E
Black with #EED10E
Text Example
Text Example
White with #EED10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED10E; }
p { color: rgb(238,209,14); }
H1.HeaderClassName
{
color: #EED10E;
}
.AnyTagClassName
{
color: #EED10E;
}
</style>
background-color css
<style>
a { background-color: #EED10E; }
a { background-color: rgb(238,209,14); }
div.DivClassName
{
background-color: #EED10E;
}
.BgClassName
{
background-color: #EED10E;
}
</style>
border-color css
<style>
span { border-color: #EED10E; }
span { border-color: rgb(238,209,14); }
td.TdClassName
{
border-color: #EED10E;
}
.TagClassName
{
border-color: #EED10E;
}
</style>