Shades of Broom #EED720
Tints of Broom #EED720
RGB
CMYK
RGB Variations
Color information
#EED720 (or 0xEED720) is known color: Broom. HEX triplet: EE, D7 and 20. RGB value is (238,215,32). Sum of RGB (Red+Green+Blue) = 238+215+32=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED720 is #1128DF. Grayscale: #C9C9C9. Windows color (decimal): -1124576 or 2152430. OLE color: 2152430.
HSL color Cylindrical-coordinate representation of color #EED720: hue angle of 53.3º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EED720 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 32 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.07 |
| HSL | 53.3º | 0.86% | 0.53% | - |
| HSV(B) | 53.3º | 0.87% | 0.93% | - |
| XYZ | 59.82 | 66.88 | 11.12 | - |
| YUV | 201.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 32 | 0 | 0.10 | 0.87 | 0.07 | 53.3 | 0.86 | 0.53 |
| Hex | EE | D7 | 20 | 0 | A | 57 | 7 | 35 | 56 | 35 |
| Octal | 356 | 327 | 40 | 0 | 12 | 127 | 7 | 65 | 126 | 65 |
| Binary | 11101110 | 11010111 | 100000 | 0 | 1010 | 1010111 | 111 | 110101 | 1010110 | 110101 |
Color Harmonies of #EED720
Complementary color
Monochromatic Colors of #EED720
Black with #EED720
Text Example
Text Example
White with #EED720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED720; }
p { color: rgb(238,215,32); }
H1.HeaderClassName
{
color: #EED720;
}
.AnyTagClassName
{
color: #EED720;
}
</style>
background-color css
<style>
a { background-color: #EED720; }
a { background-color: rgb(238,215,32); }
div.DivClassName
{
background-color: #EED720;
}
.BgClassName
{
background-color: #EED720;
}
</style>
border-color css
<style>
span { border-color: #EED720; }
span { border-color: rgb(238,215,32); }
td.TdClassName
{
border-color: #EED720;
}
.TagClassName
{
border-color: #EED720;
}
</style>