Shades of Broom #EED225
Tints of Broom #EED225
RGB
CMYK
RGB Variations
Color information
#EED225 (or 0xEED225) is known color: Broom. HEX triplet: EE, D2 and 25. RGB value is (238,210,37). Sum of RGB (Red+Green+Blue) = 238+210+37=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED225 is #112DDA. Grayscale: #C7C7C7. Windows color (decimal): -1125851 or 2478830. OLE color: 2478830.
HSL color Cylindrical-coordinate representation of color #EED225: hue angle of 51.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EED225 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 37 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.07 |
| HSL | 51.64º | 0.86% | 0.54% | - |
| HSV(B) | 51.64º | 0.84% | 0.93% | - |
| XYZ | 58.64 | 64.4 | 11.09 | - |
| YUV | 198.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 37 | 0 | 0.12 | 0.84 | 0.07 | 51.64 | 0.86 | 0.54 |
| Hex | EE | D2 | 25 | 0 | C | 54 | 7 | 34 | 56 | 36 |
| Octal | 356 | 322 | 45 | 0 | 14 | 124 | 7 | 64 | 126 | 66 |
| Binary | 11101110 | 11010010 | 100101 | 0 | 1100 | 1010100 | 111 | 110100 | 1010110 | 110110 |
Color Harmonies of #EED225
Complementary color
Monochromatic Colors of #EED225
Black with #EED225
Text Example
Text Example
White with #EED225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED225; }
p { color: rgb(238,210,37); }
H1.HeaderClassName
{
color: #EED225;
}
.AnyTagClassName
{
color: #EED225;
}
</style>
background-color css
<style>
a { background-color: #EED225; }
a { background-color: rgb(238,210,37); }
div.DivClassName
{
background-color: #EED225;
}
.BgClassName
{
background-color: #EED225;
}
</style>
border-color css
<style>
span { border-color: #EED225; }
span { border-color: rgb(238,210,37); }
td.TdClassName
{
border-color: #EED225;
}
.TagClassName
{
border-color: #EED225;
}
</style>