Shades of Broom #EED21E
Tints of Broom #EED21E
RGB
CMYK
RGB Variations
Color information
#EED21E (or 0xEED21E) is known color: Broom. HEX triplet: EE, D2 and 1E. RGB value is (238,210,30). Sum of RGB (Red+Green+Blue) = 238+210+30=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EED21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED21E is #112DE1. Grayscale: #C6C6C6. Windows color (decimal): -1125858 or 2020078. OLE color: 2020078.
HSL color Cylindrical-coordinate representation of color #EED21E: hue angle of 51.92º 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 #EED21E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 30 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.07 |
| HSL | 51.92º | 0.86% | 0.53% | - |
| HSV(B) | 51.92º | 0.87% | 0.93% | - |
| XYZ | 58.54 | 64.36 | 10.57 | - |
| YUV | 197.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 30 | 0 | 0.12 | 0.87 | 0.07 | 51.92 | 0.86 | 0.53 |
| Hex | EE | D2 | 1E | 0 | C | 57 | 7 | 34 | 56 | 35 |
| Octal | 356 | 322 | 36 | 0 | 14 | 127 | 7 | 64 | 126 | 65 |
| Binary | 11101110 | 11010010 | 11110 | 0 | 1100 | 1010111 | 111 | 110100 | 1010110 | 110101 |
Color Harmonies of #EED21E
Complementary color
Monochromatic Colors of #EED21E
Black with #EED21E
Text Example
Text Example
White with #EED21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED21E; }
p { color: rgb(238,210,30); }
H1.HeaderClassName
{
color: #EED21E;
}
.AnyTagClassName
{
color: #EED21E;
}
</style>
background-color css
<style>
a { background-color: #EED21E; }
a { background-color: rgb(238,210,30); }
div.DivClassName
{
background-color: #EED21E;
}
.BgClassName
{
background-color: #EED21E;
}
</style>
border-color css
<style>
span { border-color: #EED21E; }
span { border-color: rgb(238,210,30); }
td.TdClassName
{
border-color: #EED21E;
}
.TagClassName
{
border-color: #EED21E;
}
</style>