Shades of Broom #EED110
Tints of Broom #EED110
RGB
CMYK
RGB Variations
Color information
#EED110 (or 0xEED110) is known color: Broom. HEX triplet: EE, D1 and 10. RGB value is (238,209,16). Sum of RGB (Red+Green+Blue) = 238+209+16=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED110 is #112EEF. Grayscale: #C4C4C4. Windows color (decimal): -1126128 or 1102318. OLE color: 1102318.
HSL color Cylindrical-coordinate representation of color #EED110: hue angle of 52.16º 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 #EED110 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.07 |
| HSL | 52.16º | 0.87% | 0.5% | - |
| HSV(B) | 52.16º | 0.93% | 0.93% | - |
| XYZ | 58.15 | 63.82 | 9.74 | - |
| YUV | 195.67 | 26.61 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 16 | 0 | 0.12 | 0.93 | 0.07 | 52.16 | 0.87 | 0.5 |
| Hex | EE | D1 | 10 | 0 | C | 5D | 7 | 34 | 57 | 32 |
| Octal | 356 | 321 | 20 | 0 | 14 | 135 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010001 | 10000 | 0 | 1100 | 1011101 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED110
Complementary color
Monochromatic Colors of #EED110
Black with #EED110
Text Example
Text Example
White with #EED110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED110; }
p { color: rgb(238,209,16); }
H1.HeaderClassName
{
color: #EED110;
}
.AnyTagClassName
{
color: #EED110;
}
</style>
background-color css
<style>
a { background-color: #EED110; }
a { background-color: rgb(238,209,16); }
div.DivClassName
{
background-color: #EED110;
}
.BgClassName
{
background-color: #EED110;
}
</style>
border-color css
<style>
span { border-color: #EED110; }
span { border-color: rgb(238,209,16); }
td.TdClassName
{
border-color: #EED110;
}
.TagClassName
{
border-color: #EED110;
}
</style>