Shades of Broom #EED310
Tints of Broom #EED310
RGB
CMYK
RGB Variations
Color information
#EED310 (or 0xEED310) is known color: Broom. HEX triplet: EE, D3 and 10. RGB value is (238,211,16). Sum of RGB (Red+Green+Blue) = 238+211+16=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED310 is #112CEF. Grayscale: #C5C5C5. Windows color (decimal): -1125616 or 1102830. OLE color: 1102830.
HSL color Cylindrical-coordinate representation of color #EED310: hue angle of 52.7º 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 #EED310 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.07 |
| HSL | 52.7º | 0.87% | 0.5% | - |
| HSV(B) | 52.7º | 0.93% | 0.93% | - |
| XYZ | 58.65 | 64.8 | 9.91 | - |
| YUV | 196.84 | 25.95 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 16 | 0 | 0.11 | 0.93 | 0.07 | 52.7 | 0.87 | 0.5 |
| Hex | EE | D3 | 10 | 0 | B | 5D | 7 | 35 | 57 | 32 |
| Octal | 356 | 323 | 20 | 0 | 13 | 135 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010011 | 10000 | 0 | 1011 | 1011101 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED310
Complementary color
Monochromatic Colors of #EED310
Black with #EED310
Text Example
Text Example
White with #EED310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED310; }
p { color: rgb(238,211,16); }
H1.HeaderClassName
{
color: #EED310;
}
.AnyTagClassName
{
color: #EED310;
}
</style>
background-color css
<style>
a { background-color: #EED310; }
a { background-color: rgb(238,211,16); }
div.DivClassName
{
background-color: #EED310;
}
.BgClassName
{
background-color: #EED310;
}
</style>
border-color css
<style>
span { border-color: #EED310; }
span { border-color: rgb(238,211,16); }
td.TdClassName
{
border-color: #EED310;
}
.TagClassName
{
border-color: #EED310;
}
</style>