Shades of Broom #EED21B
Tints of Broom #EED21B
RGB
CMYK
RGB Variations
Color information
#EED21B (or 0xEED21B) is known color: Broom. HEX triplet: EE, D2 and 1B. RGB value is (238,210,27). Sum of RGB (Red+Green+Blue) = 238+210+27=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EED21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED21B is #112DE4. Grayscale: #C6C6C6. Windows color (decimal): -1125861 or 1823470. OLE color: 1823470.
HSL color Cylindrical-coordinate representation of color #EED21B: hue angle of 52.04º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EED21B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.07 |
| HSL | 52.04º | 0.86% | 0.52% | - |
| HSV(B) | 52.04º | 0.89% | 0.93% | - |
| XYZ | 58.5 | 64.35 | 10.37 | - |
| YUV | 197.51 | 31.78 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 27 | 0 | 0.12 | 0.89 | 0.07 | 52.04 | 0.86 | 0.52 |
| Hex | EE | D2 | 1B | 0 | C | 59 | 7 | 34 | 56 | 34 |
| Octal | 356 | 322 | 33 | 0 | 14 | 131 | 7 | 64 | 126 | 64 |
| Binary | 11101110 | 11010010 | 11011 | 0 | 1100 | 1011001 | 111 | 110100 | 1010110 | 110100 |
Color Harmonies of #EED21B
Complementary color
Monochromatic Colors of #EED21B
Black with #EED21B
Text Example
Text Example
White with #EED21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED21B; }
p { color: rgb(238,210,27); }
H1.HeaderClassName
{
color: #EED21B;
}
.AnyTagClassName
{
color: #EED21B;
}
</style>
background-color css
<style>
a { background-color: #EED21B; }
a { background-color: rgb(238,210,27); }
div.DivClassName
{
background-color: #EED21B;
}
.BgClassName
{
background-color: #EED21B;
}
</style>
border-color css
<style>
span { border-color: #EED21B; }
span { border-color: rgb(238,210,27); }
td.TdClassName
{
border-color: #EED21B;
}
.TagClassName
{
border-color: #EED21B;
}
</style>