Shades of Broom #EED221
Tints of Broom #EED221
RGB
CMYK
RGB Variations
Color information
#EED221 (or 0xEED221) is known color: Broom. HEX triplet: EE, D2 and 21. RGB value is (238,210,33). Sum of RGB (Red+Green+Blue) = 238+210+33=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EED221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED221 is #112DDE. Grayscale: #C6C6C6. Windows color (decimal): -1125855 or 2216686. OLE color: 2216686.
HSL color Cylindrical-coordinate representation of color #EED221: hue angle of 51.8º 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 #EED221 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 33 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.07 |
| HSL | 51.8º | 0.86% | 0.53% | - |
| HSV(B) | 51.8º | 0.86% | 0.93% | - |
| XYZ | 58.58 | 64.38 | 10.78 | - |
| YUV | 198.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 33 | 0 | 0.12 | 0.86 | 0.07 | 51.8 | 0.86 | 0.53 |
| Hex | EE | D2 | 21 | 0 | C | 56 | 7 | 34 | 56 | 35 |
| Octal | 356 | 322 | 41 | 0 | 14 | 126 | 7 | 64 | 126 | 65 |
| Binary | 11101110 | 11010010 | 100001 | 0 | 1100 | 1010110 | 111 | 110100 | 1010110 | 110101 |
Color Harmonies of #EED221
Complementary color
Monochromatic Colors of #EED221
Black with #EED221
Text Example
Text Example
White with #EED221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED221; }
p { color: rgb(238,210,33); }
H1.HeaderClassName
{
color: #EED221;
}
.AnyTagClassName
{
color: #EED221;
}
</style>
background-color css
<style>
a { background-color: #EED221; }
a { background-color: rgb(238,210,33); }
div.DivClassName
{
background-color: #EED221;
}
.BgClassName
{
background-color: #EED221;
}
</style>
border-color css
<style>
span { border-color: #EED221; }
span { border-color: rgb(238,210,33); }
td.TdClassName
{
border-color: #EED221;
}
.TagClassName
{
border-color: #EED221;
}
</style>