Shades of Broom #EED00E
Tints of Broom #EED00E
RGB
CMYK
RGB Variations
Color information
#EED00E (or 0xEED00E) is known color: Broom. HEX triplet: EE, D0 and 0E. RGB value is (238,208,14). Sum of RGB (Red+Green+Blue) = 238+208+14=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED00E is #112FF1. Grayscale: #C3C3C3. Windows color (decimal): -1126386 or 970990. OLE color: 970990.
HSL color Cylindrical-coordinate representation of color #EED00E: hue angle of 51.96º 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 #EED00E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.96º | 0.89% | 0.49% | - |
| HSV(B) | 51.96º | 0.94% | 0.93% | - |
| XYZ | 57.9 | 63.32 | 9.59 | - |
| YUV | 194.85 | 25.94 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 14 | 0 | 0.13 | 0.94 | 0.07 | 51.96 | 0.89 | 0.49 |
| Hex | EE | D0 | E | 0 | D | 5E | 7 | 34 | 59 | 31 |
| Octal | 356 | 320 | 16 | 0 | 15 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101110 | 11010000 | 1110 | 0 | 1101 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EED00E
Complementary color
Monochromatic Colors of #EED00E
Black with #EED00E
Text Example
Text Example
White with #EED00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED00E; }
p { color: rgb(238,208,14); }
H1.HeaderClassName
{
color: #EED00E;
}
.AnyTagClassName
{
color: #EED00E;
}
</style>
background-color css
<style>
a { background-color: #EED00E; }
a { background-color: rgb(238,208,14); }
div.DivClassName
{
background-color: #EED00E;
}
.BgClassName
{
background-color: #EED00E;
}
</style>
border-color css
<style>
span { border-color: #EED00E; }
span { border-color: rgb(238,208,14); }
td.TdClassName
{
border-color: #EED00E;
}
.TagClassName
{
border-color: #EED00E;
}
</style>