Shades of Broom #EED410
Tints of Broom #EED410
RGB
CMYK
RGB Variations
Color information
#EED410 (or 0xEED410) is known color: Broom. HEX triplet: EE, D4 and 10. RGB value is (238,212,16). Sum of RGB (Red+Green+Blue) = 238+212+16=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED410 is #112BEF. Grayscale: #C6C6C6. Windows color (decimal): -1125360 or 1103086. OLE color: 1103086.
HSL color Cylindrical-coordinate representation of color #EED410: hue angle of 52.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EED410 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.07 |
| HSL | 52.97º | 0.87% | 0.5% | - |
| HSV(B) | 52.97º | 0.93% | 0.93% | - |
| XYZ | 58.9 | 65.3 | 9.99 | - |
| YUV | 197.43 | 25.61 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 16 | 0 | 0.11 | 0.93 | 0.07 | 52.97 | 0.87 | 0.5 |
| Hex | EE | D4 | 10 | 0 | B | 5D | 7 | 35 | 57 | 32 |
| Octal | 356 | 324 | 20 | 0 | 13 | 135 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010100 | 10000 | 0 | 1011 | 1011101 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED410
Complementary color
Monochromatic Colors of #EED410
Black with #EED410
Text Example
Text Example
White with #EED410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED410; }
p { color: rgb(238,212,16); }
H1.HeaderClassName
{
color: #EED410;
}
.AnyTagClassName
{
color: #EED410;
}
</style>
background-color css
<style>
a { background-color: #EED410; }
a { background-color: rgb(238,212,16); }
div.DivClassName
{
background-color: #EED410;
}
.BgClassName
{
background-color: #EED410;
}
</style>
border-color css
<style>
span { border-color: #EED410; }
span { border-color: rgb(238,212,16); }
td.TdClassName
{
border-color: #EED410;
}
.TagClassName
{
border-color: #EED410;
}
</style>