Shades of Broom #EDD016
Tints of Broom #EDD016
RGB
CMYK
RGB Variations
Color information
#EDD016 (or 0xEDD016) is known color: Broom. HEX triplet: ED, D0 and 16. RGB value is (237,208,22). Sum of RGB (Red+Green+Blue) = 237+208+22=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD016 is #122FE9. Grayscale: #C4C4C4. Windows color (decimal): -1191914 or 1495277. OLE color: 1495277.
HSL color Cylindrical-coordinate representation of color #EDD016: hue angle of 51.91º 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 #EDD016 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.07 |
| HSL | 51.91º | 0.86% | 0.51% | - |
| HSV(B) | 51.91º | 0.91% | 0.93% | - |
| XYZ | 57.63 | 63.17 | 9.92 | - |
| YUV | 195.47 | 30.11 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 22 | 0 | 0.12 | 0.91 | 0.07 | 51.91 | 0.86 | 0.51 |
| Hex | ED | D0 | 16 | 0 | C | 5B | 7 | 34 | 56 | 33 |
| Octal | 355 | 320 | 26 | 0 | 14 | 133 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010000 | 10110 | 0 | 1100 | 1011011 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD016
Complementary color
Monochromatic Colors of #EDD016
Black with #EDD016
Text Example
Text Example
White with #EDD016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD016; }
p { color: rgb(237,208,22); }
H1.HeaderClassName
{
color: #EDD016;
}
.AnyTagClassName
{
color: #EDD016;
}
</style>
background-color css
<style>
a { background-color: #EDD016; }
a { background-color: rgb(237,208,22); }
div.DivClassName
{
background-color: #EDD016;
}
.BgClassName
{
background-color: #EDD016;
}
</style>
border-color css
<style>
span { border-color: #EDD016; }
span { border-color: rgb(237,208,22); }
td.TdClassName
{
border-color: #EDD016;
}
.TagClassName
{
border-color: #EDD016;
}
</style>