Shades of Broom #EED114
Tints of Broom #EED114
RGB
CMYK
RGB Variations
Color information
#EED114 (or 0xEED114) is known color: Broom. HEX triplet: EE, D1 and 14. RGB value is (238,209,20). Sum of RGB (Red+Green+Blue) = 238+209+20=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED114 is #112EEB. Grayscale: #C4C4C4. Windows color (decimal): -1126124 or 1364462. OLE color: 1364462.
HSL color Cylindrical-coordinate representation of color #EED114: hue angle of 52.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED114 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.02º | 0.87% | 0.51% | - |
| HSV(B) | 52.02º | 0.92% | 0.93% | - |
| XYZ | 58.19 | 63.83 | 9.92 | - |
| YUV | 196.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 20 | 0 | 0.12 | 0.92 | 0.07 | 52.02 | 0.87 | 0.51 |
| Hex | EE | D1 | 14 | 0 | C | 5C | 7 | 34 | 57 | 33 |
| Octal | 356 | 321 | 24 | 0 | 14 | 134 | 7 | 64 | 127 | 63 |
| Binary | 11101110 | 11010001 | 10100 | 0 | 1100 | 1011100 | 111 | 110100 | 1010111 | 110011 |
Color Harmonies of #EED114
Complementary color
Monochromatic Colors of #EED114
Black with #EED114
Text Example
Text Example
White with #EED114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED114; }
p { color: rgb(238,209,20); }
H1.HeaderClassName
{
color: #EED114;
}
.AnyTagClassName
{
color: #EED114;
}
</style>
background-color css
<style>
a { background-color: #EED114; }
a { background-color: rgb(238,209,20); }
div.DivClassName
{
background-color: #EED114;
}
.BgClassName
{
background-color: #EED114;
}
</style>
border-color css
<style>
span { border-color: #EED114; }
span { border-color: rgb(238,209,20); }
td.TdClassName
{
border-color: #EED114;
}
.TagClassName
{
border-color: #EED114;
}
</style>