Shades of Broom #EED511
Tints of Broom #EED511
RGB
CMYK
RGB Variations
Color information
#EED511 (or 0xEED511) is known color: Broom. HEX triplet: EE, D5 and 11. RGB value is (238,213,17). Sum of RGB (Red+Green+Blue) = 238+213+17=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED511 is #112AEE. Grayscale: #C6C6C6. Windows color (decimal): -1125103 or 1168878. OLE color: 1168878.
HSL color Cylindrical-coordinate representation of color #EED511: hue angle of 53.21º 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 #EED511 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.07 |
| HSL | 53.21º | 0.87% | 0.5% | - |
| HSV(B) | 53.21º | 0.93% | 0.93% | - |
| XYZ | 59.16 | 65.81 | 10.11 | - |
| YUV | 198.13 | 25.78 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 17 | 0 | 0.11 | 0.93 | 0.07 | 53.21 | 0.87 | 0.5 |
| Hex | EE | D5 | 11 | 0 | B | 5D | 7 | 35 | 57 | 32 |
| Octal | 356 | 325 | 21 | 0 | 13 | 135 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010101 | 10001 | 0 | 1011 | 1011101 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED511
Complementary color
Monochromatic Colors of #EED511
Black with #EED511
Text Example
Text Example
White with #EED511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED511; }
p { color: rgb(238,213,17); }
H1.HeaderClassName
{
color: #EED511;
}
.AnyTagClassName
{
color: #EED511;
}
</style>
background-color css
<style>
a { background-color: #EED511; }
a { background-color: rgb(238,213,17); }
div.DivClassName
{
background-color: #EED511;
}
.BgClassName
{
background-color: #EED511;
}
</style>
border-color css
<style>
span { border-color: #EED511; }
span { border-color: rgb(238,213,17); }
td.TdClassName
{
border-color: #EED511;
}
.TagClassName
{
border-color: #EED511;
}
</style>