Shades of Broom #EDD814
Tints of Broom #EDD814
RGB
CMYK
RGB Variations
Color information
#EDD814 (or 0xEDD814) is known color: Broom. HEX triplet: ED, D8 and 14. RGB value is (237,216,20). Sum of RGB (Red+Green+Blue) = 237+216+20=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD814 is #1227EB. Grayscale: #C8C8C8. Windows color (decimal): -1189868 or 1366253. OLE color: 1366253.
HSL color Cylindrical-coordinate representation of color #EDD814: hue angle of 54.19º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDD814 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.07 |
| HSL | 54.19º | 0.86% | 0.5% | - |
| HSV(B) | 54.19º | 0.92% | 0.93% | - |
| XYZ | 59.61 | 67.17 | 10.48 | - |
| YUV | 199.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 20 | 0 | 0.09 | 0.92 | 0.07 | 54.19 | 0.86 | 0.5 |
| Hex | ED | D8 | 14 | 0 | 9 | 5C | 7 | 36 | 56 | 32 |
| Octal | 355 | 330 | 24 | 0 | 11 | 134 | 7 | 66 | 126 | 62 |
| Binary | 11101101 | 11011000 | 10100 | 0 | 1001 | 1011100 | 111 | 110110 | 1010110 | 110010 |
Color Harmonies of #EDD814
Complementary color
Monochromatic Colors of #EDD814
Black with #EDD814
Text Example
Text Example
White with #EDD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD814; }
p { color: rgb(237,216,20); }
H1.HeaderClassName
{
color: #EDD814;
}
.AnyTagClassName
{
color: #EDD814;
}
</style>
background-color css
<style>
a { background-color: #EDD814; }
a { background-color: rgb(237,216,20); }
div.DivClassName
{
background-color: #EDD814;
}
.BgClassName
{
background-color: #EDD814;
}
</style>
border-color css
<style>
span { border-color: #EDD814; }
span { border-color: rgb(237,216,20); }
td.TdClassName
{
border-color: #EDD814;
}
.TagClassName
{
border-color: #EDD814;
}
</style>