Shades of Broom #EED112
Tints of Broom #EED112
RGB
CMYK
RGB Variations
Color information
#EED112 (or 0xEED112) is known color: Broom. HEX triplet: EE, D1 and 12. RGB value is (238,209,18). Sum of RGB (Red+Green+Blue) = 238+209+18=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED112 is #112EED. Grayscale: #C4C4C4. Windows color (decimal): -1126126 or 1233390. OLE color: 1233390.
HSL color Cylindrical-coordinate representation of color #EED112: hue angle of 52.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED112 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.09º | 0.87% | 0.5% | - |
| HSV(B) | 52.09º | 0.92% | 0.93% | - |
| XYZ | 58.17 | 63.82 | 9.83 | - |
| YUV | 195.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 18 | 0 | 0.12 | 0.92 | 0.07 | 52.09 | 0.87 | 0.5 |
| Hex | EE | D1 | 12 | 0 | C | 5C | 7 | 34 | 57 | 32 |
| Octal | 356 | 321 | 22 | 0 | 14 | 134 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010001 | 10010 | 0 | 1100 | 1011100 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED112
Complementary color
Monochromatic Colors of #EED112
Black with #EED112
Text Example
Text Example
White with #EED112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED112; }
p { color: rgb(238,209,18); }
H1.HeaderClassName
{
color: #EED112;
}
.AnyTagClassName
{
color: #EED112;
}
</style>
background-color css
<style>
a { background-color: #EED112; }
a { background-color: rgb(238,209,18); }
div.DivClassName
{
background-color: #EED112;
}
.BgClassName
{
background-color: #EED112;
}
</style>
border-color css
<style>
span { border-color: #EED112; }
span { border-color: rgb(238,209,18); }
td.TdClassName
{
border-color: #EED112;
}
.TagClassName
{
border-color: #EED112;
}
</style>