Shades of Broom #EED223
Tints of Broom #EED223
RGB
CMYK
RGB Variations
Color information
#EED223 (or 0xEED223) is known color: Broom. HEX triplet: EE, D2 and 23. RGB value is (238,210,35). Sum of RGB (Red+Green+Blue) = 238+210+35=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EED223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED223 is #112DDC. Grayscale: #C7C7C7. Windows color (decimal): -1125853 or 2347758. OLE color: 2347758.
HSL color Cylindrical-coordinate representation of color #EED223: hue angle of 51.72º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EED223 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 35 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.07 |
| HSL | 51.72º | 0.86% | 0.54% | - |
| HSV(B) | 51.72º | 0.85% | 0.93% | - |
| XYZ | 58.61 | 64.39 | 10.93 | - |
| YUV | 198.42 | 35.78 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 35 | 0 | 0.12 | 0.85 | 0.07 | 51.72 | 0.86 | 0.54 |
| Hex | EE | D2 | 23 | 0 | C | 55 | 7 | 34 | 56 | 36 |
| Octal | 356 | 322 | 43 | 0 | 14 | 125 | 7 | 64 | 126 | 66 |
| Binary | 11101110 | 11010010 | 100011 | 0 | 1100 | 1010101 | 111 | 110100 | 1010110 | 110110 |
Color Harmonies of #EED223
Complementary color
Monochromatic Colors of #EED223
Black with #EED223
Text Example
Text Example
White with #EED223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED223; }
p { color: rgb(238,210,35); }
H1.HeaderClassName
{
color: #EED223;
}
.AnyTagClassName
{
color: #EED223;
}
</style>
background-color css
<style>
a { background-color: #EED223; }
a { background-color: rgb(238,210,35); }
div.DivClassName
{
background-color: #EED223;
}
.BgClassName
{
background-color: #EED223;
}
</style>
border-color css
<style>
span { border-color: #EED223; }
span { border-color: rgb(238,210,35); }
td.TdClassName
{
border-color: #EED223;
}
.TagClassName
{
border-color: #EED223;
}
</style>