Shades of Broom #EED011
Tints of Broom #EED011
RGB
CMYK
RGB Variations
Color information
#EED011 (or 0xEED011) is known color: Broom. HEX triplet: EE, D0 and 11. RGB value is (238,208,17). Sum of RGB (Red+Green+Blue) = 238+208+17=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED011 is #112FEE. Grayscale: #C3C3C3. Windows color (decimal): -1126383 or 1167598. OLE color: 1167598.
HSL color Cylindrical-coordinate representation of color #EED011: hue angle of 51.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EED011 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.07 |
| HSL | 51.86º | 0.87% | 0.5% | - |
| HSV(B) | 51.86º | 0.93% | 0.93% | - |
| XYZ | 57.92 | 63.33 | 9.7 | - |
| YUV | 195.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 17 | 0 | 0.13 | 0.93 | 0.07 | 51.86 | 0.87 | 0.5 |
| Hex | EE | D0 | 11 | 0 | D | 5D | 7 | 34 | 57 | 32 |
| Octal | 356 | 320 | 21 | 0 | 15 | 135 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010000 | 10001 | 0 | 1101 | 1011101 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED011
Complementary color
Monochromatic Colors of #EED011
Black with #EED011
Text Example
Text Example
White with #EED011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED011; }
p { color: rgb(238,208,17); }
H1.HeaderClassName
{
color: #EED011;
}
.AnyTagClassName
{
color: #EED011;
}
</style>
background-color css
<style>
a { background-color: #EED011; }
a { background-color: rgb(238,208,17); }
div.DivClassName
{
background-color: #EED011;
}
.BgClassName
{
background-color: #EED011;
}
</style>
border-color css
<style>
span { border-color: #EED011; }
span { border-color: rgb(238,208,17); }
td.TdClassName
{
border-color: #EED011;
}
.TagClassName
{
border-color: #EED011;
}
</style>