Shades of Broom #EED411
Tints of Broom #EED411
RGB
CMYK
RGB Variations
Color information
#EED411 (or 0xEED411) is known color: Broom. HEX triplet: EE, D4 and 11. RGB value is (238,212,17). Sum of RGB (Red+Green+Blue) = 238+212+17=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED411 is #112BEE. Grayscale: #C6C6C6. Windows color (decimal): -1125359 or 1168622. OLE color: 1168622.
HSL color Cylindrical-coordinate representation of color #EED411: hue angle of 52.94º 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 #EED411 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.07 |
| HSL | 52.94º | 0.87% | 0.5% | - |
| HSV(B) | 52.94º | 0.93% | 0.93% | - |
| XYZ | 58.9 | 65.3 | 10.03 | - |
| YUV | 197.54 | 26.11 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 17 | 0 | 0.11 | 0.93 | 0.07 | 52.94 | 0.87 | 0.5 |
| Hex | EE | D4 | 11 | 0 | B | 5D | 7 | 35 | 57 | 32 |
| Octal | 356 | 324 | 21 | 0 | 13 | 135 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010100 | 10001 | 0 | 1011 | 1011101 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED411
Complementary color
Monochromatic Colors of #EED411
Black with #EED411
Text Example
Text Example
White with #EED411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED411; }
p { color: rgb(238,212,17); }
H1.HeaderClassName
{
color: #EED411;
}
.AnyTagClassName
{
color: #EED411;
}
</style>
background-color css
<style>
a { background-color: #EED411; }
a { background-color: rgb(238,212,17); }
div.DivClassName
{
background-color: #EED411;
}
.BgClassName
{
background-color: #EED411;
}
</style>
border-color css
<style>
span { border-color: #EED411; }
span { border-color: rgb(238,212,17); }
td.TdClassName
{
border-color: #EED411;
}
.TagClassName
{
border-color: #EED411;
}
</style>