Shades of Broom #EED222
Tints of Broom #EED222
RGB
CMYK
RGB Variations
Color information
#EED222 (or 0xEED222) is known color: Broom. HEX triplet: EE, D2 and 22. RGB value is (238,210,34). Sum of RGB (Red+Green+Blue) = 238+210+34=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED222 is #112DDD. Grayscale: #C7C7C7. Windows color (decimal): -1125854 or 2282222. OLE color: 2282222.
HSL color Cylindrical-coordinate representation of color #EED222: hue angle of 51.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EED222 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 34 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.76º | 0.86% | 0.53% | - |
| HSV(B) | 51.76º | 0.86% | 0.93% | - |
| XYZ | 58.6 | 64.39 | 10.85 | - |
| YUV | 198.31 | 35.28 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 34 | 0 | 0.12 | 0.86 | 0.07 | 51.76 | 0.86 | 0.53 |
| Hex | EE | D2 | 22 | 0 | C | 56 | 7 | 34 | 56 | 35 |
| Octal | 356 | 322 | 42 | 0 | 14 | 126 | 7 | 64 | 126 | 65 |
| Binary | 11101110 | 11010010 | 100010 | 0 | 1100 | 1010110 | 111 | 110100 | 1010110 | 110101 |
Color Harmonies of #EED222
Complementary color
Monochromatic Colors of #EED222
Black with #EED222
Text Example
Text Example
White with #EED222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED222; }
p { color: rgb(238,210,34); }
H1.HeaderClassName
{
color: #EED222;
}
.AnyTagClassName
{
color: #EED222;
}
</style>
background-color css
<style>
a { background-color: #EED222; }
a { background-color: rgb(238,210,34); }
div.DivClassName
{
background-color: #EED222;
}
.BgClassName
{
background-color: #EED222;
}
</style>
border-color css
<style>
span { border-color: #EED222; }
span { border-color: rgb(238,210,34); }
td.TdClassName
{
border-color: #EED222;
}
.TagClassName
{
border-color: #EED222;
}
</style>