Shades of Broom #EED115
Tints of Broom #EED115
RGB
CMYK
RGB Variations
Color information
#EED115 (or 0xEED115) is known color: Broom. HEX triplet: EE, D1 and 15. RGB value is (238,209,21). Sum of RGB (Red+Green+Blue) = 238+209+21=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED115 is #112EEA. Grayscale: #C5C5C5. Windows color (decimal): -1126123 or 1429998. OLE color: 1429998.
HSL color Cylindrical-coordinate representation of color #EED115: hue angle of 51.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EED115 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.07 |
| HSL | 51.98º | 0.86% | 0.51% | - |
| HSV(B) | 51.98º | 0.91% | 0.93% | - |
| XYZ | 58.2 | 63.83 | 9.96 | - |
| YUV | 196.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 21 | 0 | 0.12 | 0.91 | 0.07 | 51.98 | 0.86 | 0.51 |
| Hex | EE | D1 | 15 | 0 | C | 5B | 7 | 34 | 56 | 33 |
| Octal | 356 | 321 | 25 | 0 | 14 | 133 | 7 | 64 | 126 | 63 |
| Binary | 11101110 | 11010001 | 10101 | 0 | 1100 | 1011011 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EED115
Complementary color
Monochromatic Colors of #EED115
Black with #EED115
Text Example
Text Example
White with #EED115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED115; }
p { color: rgb(238,209,21); }
H1.HeaderClassName
{
color: #EED115;
}
.AnyTagClassName
{
color: #EED115;
}
</style>
background-color css
<style>
a { background-color: #EED115; }
a { background-color: rgb(238,209,21); }
div.DivClassName
{
background-color: #EED115;
}
.BgClassName
{
background-color: #EED115;
}
</style>
border-color css
<style>
span { border-color: #EED115; }
span { border-color: rgb(238,209,21); }
td.TdClassName
{
border-color: #EED115;
}
.TagClassName
{
border-color: #EED115;
}
</style>