Shades of Broom #EED316
Tints of Broom #EED316
RGB
CMYK
RGB Variations
Color information
#EED316 (or 0xEED316) is known color: Broom. HEX triplet: EE, D3 and 16. RGB value is (238,211,22). Sum of RGB (Red+Green+Blue) = 238+211+22=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EED316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED316 is #112CE9. Grayscale: #C6C6C6. Windows color (decimal): -1125610 or 1496046. OLE color: 1496046.
HSL color Cylindrical-coordinate representation of color #EED316: hue angle of 52.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EED316 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.07 |
| HSL | 52.5º | 0.86% | 0.51% | - |
| HSV(B) | 52.5º | 0.91% | 0.93% | - |
| XYZ | 58.7 | 64.82 | 10.18 | - |
| YUV | 197.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 22 | 0 | 0.11 | 0.91 | 0.07 | 52.5 | 0.86 | 0.51 |
| Hex | EE | D3 | 16 | 0 | B | 5B | 7 | 34 | 56 | 33 |
| Octal | 356 | 323 | 26 | 0 | 13 | 133 | 7 | 64 | 126 | 63 |
| Binary | 11101110 | 11010011 | 10110 | 0 | 1011 | 1011011 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EED316
Complementary color
Monochromatic Colors of #EED316
Black with #EED316
Text Example
Text Example
White with #EED316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED316; }
p { color: rgb(238,211,22); }
H1.HeaderClassName
{
color: #EED316;
}
.AnyTagClassName
{
color: #EED316;
}
</style>
background-color css
<style>
a { background-color: #EED316; }
a { background-color: rgb(238,211,22); }
div.DivClassName
{
background-color: #EED316;
}
.BgClassName
{
background-color: #EED316;
}
</style>
border-color css
<style>
span { border-color: #EED316; }
span { border-color: rgb(238,211,22); }
td.TdClassName
{
border-color: #EED316;
}
.TagClassName
{
border-color: #EED316;
}
</style>