Shades of Broom #EED228
Tints of Broom #EED228
RGB
CMYK
RGB Variations
Color information
#EED228 (or 0xEED228) is known color: Broom. HEX triplet: EE, D2 and 28. RGB value is (238,210,40). Sum of RGB (Red+Green+Blue) = 238+210+40=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EED228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED228 is #112DD7. Grayscale: #C7C7C7. Windows color (decimal): -1125848 or 2675438. OLE color: 2675438.
HSL color Cylindrical-coordinate representation of color #EED228: hue angle of 51.52º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED228 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 40 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.07 |
| HSL | 51.52º | 0.85% | 0.55% | - |
| HSV(B) | 51.52º | 0.83% | 0.93% | - |
| XYZ | 58.69 | 64.42 | 11.35 | - |
| YUV | 198.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 40 | 0 | 0.12 | 0.83 | 0.07 | 51.52 | 0.85 | 0.55 |
| Hex | EE | D2 | 28 | 0 | C | 53 | 7 | 34 | 55 | 37 |
| Octal | 356 | 322 | 50 | 0 | 14 | 123 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010010 | 101000 | 0 | 1100 | 1010011 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED228
Complementary color
Monochromatic Colors of #EED228
Black with #EED228
Text Example
Text Example
White with #EED228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED228; }
p { color: rgb(238,210,40); }
H1.HeaderClassName
{
color: #EED228;
}
.AnyTagClassName
{
color: #EED228;
}
</style>
background-color css
<style>
a { background-color: #EED228; }
a { background-color: rgb(238,210,40); }
div.DivClassName
{
background-color: #EED228;
}
.BgClassName
{
background-color: #EED228;
}
</style>
border-color css
<style>
span { border-color: #EED228; }
span { border-color: rgb(238,210,40); }
td.TdClassName
{
border-color: #EED228;
}
.TagClassName
{
border-color: #EED228;
}
</style>