Shades of Broom #EED921
Tints of Broom #EED921
RGB
CMYK
RGB Variations
Color information
#EED921 (or 0xEED921) is known color: Broom. HEX triplet: EE, D9 and 21. RGB value is (238,217,33). Sum of RGB (Red+Green+Blue) = 238+217+33=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EED921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED921 is #1126DE. Grayscale: #CBCBCB. Windows color (decimal): -1124063 or 2218478. OLE color: 2218478.
HSL color Cylindrical-coordinate representation of color #EED921: hue angle of 53.85º 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 #EED921 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 33 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.07 |
| HSL | 53.85º | 0.86% | 0.53% | - |
| HSV(B) | 53.85º | 0.86% | 0.93% | - |
| XYZ | 60.35 | 67.91 | 11.37 | - |
| YUV | 202.3 | 32.46 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 33 | 0 | 0.09 | 0.86 | 0.07 | 53.85 | 0.86 | 0.53 |
| Hex | EE | D9 | 21 | 0 | 9 | 56 | 7 | 36 | 56 | 35 |
| Octal | 356 | 331 | 41 | 0 | 11 | 126 | 7 | 66 | 126 | 65 |
| Binary | 11101110 | 11011001 | 100001 | 0 | 1001 | 1010110 | 111 | 110110 | 1010110 | 110101 |
Color Harmonies of #EED921
Complementary color
Monochromatic Colors of #EED921
Black with #EED921
Text Example
Text Example
White with #EED921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED921; }
p { color: rgb(238,217,33); }
H1.HeaderClassName
{
color: #EED921;
}
.AnyTagClassName
{
color: #EED921;
}
</style>
background-color css
<style>
a { background-color: #EED921; }
a { background-color: rgb(238,217,33); }
div.DivClassName
{
background-color: #EED921;
}
.BgClassName
{
background-color: #EED921;
}
</style>
border-color css
<style>
span { border-color: #EED921; }
span { border-color: rgb(238,217,33); }
td.TdClassName
{
border-color: #EED921;
}
.TagClassName
{
border-color: #EED921;
}
</style>