Shades of Broom #EED214
Tints of Broom #EED214
RGB
CMYK
RGB Variations
Color information
#EED214 (or 0xEED214) is known color: Broom. HEX triplet: EE, D2 and 14. RGB value is (238,210,20). Sum of RGB (Red+Green+Blue) = 238+210+20=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED214 is #112DEB. Grayscale: #C5C5C5. Windows color (decimal): -1125868 or 1364718. OLE color: 1364718.
HSL color Cylindrical-coordinate representation of color #EED214: hue angle of 52.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED214 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 52.29º | 0.87% | 0.51% | - |
| HSV(B) | 52.29º | 0.92% | 0.93% | - |
| XYZ | 58.43 | 64.32 | 10 | - |
| YUV | 196.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 20 | 0 | 0.12 | 0.92 | 0.07 | 52.29 | 0.87 | 0.51 |
| Hex | EE | D2 | 14 | 0 | C | 5C | 7 | 34 | 57 | 33 |
| Octal | 356 | 322 | 24 | 0 | 14 | 134 | 7 | 64 | 127 | 63 |
| Binary | 11101110 | 11010010 | 10100 | 0 | 1100 | 1011100 | 111 | 110100 | 1010111 | 110011 |
Color Harmonies of #EED214
Complementary color
Monochromatic Colors of #EED214
Black with #EED214
Text Example
Text Example
White with #EED214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED214; }
p { color: rgb(238,210,20); }
H1.HeaderClassName
{
color: #EED214;
}
.AnyTagClassName
{
color: #EED214;
}
</style>
background-color css
<style>
a { background-color: #EED214; }
a { background-color: rgb(238,210,20); }
div.DivClassName
{
background-color: #EED214;
}
.BgClassName
{
background-color: #EED214;
}
</style>
border-color css
<style>
span { border-color: #EED214; }
span { border-color: rgb(238,210,20); }
td.TdClassName
{
border-color: #EED214;
}
.TagClassName
{
border-color: #EED214;
}
</style>