Shades of Broom #EED213
Tints of Broom #EED213
RGB
CMYK
RGB Variations
Color information
#EED213 (or 0xEED213) is known color: Broom. HEX triplet: EE, D2 and 13. RGB value is (238,210,19). Sum of RGB (Red+Green+Blue) = 238+210+19=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED213 is #112DEC. Grayscale: #C5C5C5. Windows color (decimal): -1125869 or 1299182. OLE color: 1299182.
HSL color Cylindrical-coordinate representation of color #EED213: hue angle of 52.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED213 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.33º | 0.87% | 0.5% | - |
| HSV(B) | 52.33º | 0.92% | 0.93% | - |
| XYZ | 58.42 | 64.32 | 9.95 | - |
| YUV | 196.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 19 | 0 | 0.12 | 0.92 | 0.07 | 52.33 | 0.87 | 0.5 |
| Hex | EE | D2 | 13 | 0 | C | 5C | 7 | 34 | 57 | 32 |
| Octal | 356 | 322 | 23 | 0 | 14 | 134 | 7 | 64 | 127 | 62 |
| Binary | 11101110 | 11010010 | 10011 | 0 | 1100 | 1011100 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EED213
Complementary color
Monochromatic Colors of #EED213
Black with #EED213
Text Example
Text Example
White with #EED213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED213; }
p { color: rgb(238,210,19); }
H1.HeaderClassName
{
color: #EED213;
}
.AnyTagClassName
{
color: #EED213;
}
</style>
background-color css
<style>
a { background-color: #EED213; }
a { background-color: rgb(238,210,19); }
div.DivClassName
{
background-color: #EED213;
}
.BgClassName
{
background-color: #EED213;
}
</style>
border-color css
<style>
span { border-color: #EED213; }
span { border-color: rgb(238,210,19); }
td.TdClassName
{
border-color: #EED213;
}
.TagClassName
{
border-color: #EED213;
}
</style>