Shades of Broom #EED413
Tints of Broom #EED413
RGB
CMYK
RGB Variations
Color information
#EED413 (or 0xEED413) is known color: Broom. HEX triplet: EE, D4 and 13. RGB value is (238,212,19). Sum of RGB (Red+Green+Blue) = 238+212+19=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED413 is #112BEC. Grayscale: #C6C6C6. Windows color (decimal): -1125357 or 1299694. OLE color: 1299694.
HSL color Cylindrical-coordinate representation of color #EED413: hue angle of 52.88º 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 #EED413 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 19 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.88º | 0.87% | 0.5% | - |
| HSV(B) | 52.88º | 0.92% | 0.93% | - |
| XYZ | 58.92 | 65.31 | 10.12 | - |
| YUV | 197.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 19 | 0 | 0.11 | 0.92 | 0.07 | 52.88 | 0.87 | 0.5 |
| Hex | EE | D4 | 13 | 0 | B | 5C | 7 | 35 | 57 | 32 |
| Octal | 356 | 324 | 23 | 0 | 13 | 134 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010100 | 10011 | 0 | 1011 | 1011100 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED413
Complementary color
Monochromatic Colors of #EED413
Black with #EED413
Text Example
Text Example
White with #EED413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED413; }
p { color: rgb(238,212,19); }
H1.HeaderClassName
{
color: #EED413;
}
.AnyTagClassName
{
color: #EED413;
}
</style>
background-color css
<style>
a { background-color: #EED413; }
a { background-color: rgb(238,212,19); }
div.DivClassName
{
background-color: #EED413;
}
.BgClassName
{
background-color: #EED413;
}
</style>
border-color css
<style>
span { border-color: #EED413; }
span { border-color: rgb(238,212,19); }
td.TdClassName
{
border-color: #EED413;
}
.TagClassName
{
border-color: #EED413;
}
</style>