Shades of Broom #EDD316
Tints of Broom #EDD316
RGB
CMYK
RGB Variations
Color information
#EDD316 (or 0xEDD316) is known color: Broom. HEX triplet: ED, D3 and 16. RGB value is (237,211,22). Sum of RGB (Red+Green+Blue) = 237+211+22=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD316 is #122CE9. Grayscale: #C6C6C6. Windows color (decimal): -1191146 or 1496045. OLE color: 1496045.
HSL color Cylindrical-coordinate representation of color #EDD316: hue angle of 52.74º 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 #EDD316 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.07 |
| HSL | 52.74º | 0.86% | 0.51% | - |
| HSV(B) | 52.74º | 0.91% | 0.93% | - |
| XYZ | 58.36 | 64.65 | 10.16 | - |
| YUV | 197.23 | 29.11 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 22 | 0 | 0.11 | 0.91 | 0.07 | 52.74 | 0.86 | 0.51 |
| Hex | ED | D3 | 16 | 0 | B | 5B | 7 | 35 | 56 | 33 |
| Octal | 355 | 323 | 26 | 0 | 13 | 133 | 7 | 65 | 126 | 63 |
| Binary | 11101101 | 11010011 | 10110 | 0 | 1011 | 1011011 | 111 | 110101 | 1010110 | 110011 |
Color Harmonies of #EDD316
Complementary color
Monochromatic Colors of #EDD316
Black with #EDD316
Text Example
Text Example
White with #EDD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD316; }
p { color: rgb(237,211,22); }
H1.HeaderClassName
{
color: #EDD316;
}
.AnyTagClassName
{
color: #EDD316;
}
</style>
background-color css
<style>
a { background-color: #EDD316; }
a { background-color: rgb(237,211,22); }
div.DivClassName
{
background-color: #EDD316;
}
.BgClassName
{
background-color: #EDD316;
}
</style>
border-color css
<style>
span { border-color: #EDD316; }
span { border-color: rgb(237,211,22); }
td.TdClassName
{
border-color: #EDD316;
}
.TagClassName
{
border-color: #EDD316;
}
</style>