Shades of Broom #EDD314
Tints of Broom #EDD314
RGB
CMYK
RGB Variations
Color information
#EDD314 (or 0xEDD314) is known color: Broom. HEX triplet: ED, D3 and 14. RGB value is (237,211,20). Sum of RGB (Red+Green+Blue) = 237+211+20=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD314 is #122CEB. Grayscale: #C5C5C5. Windows color (decimal): -1191148 or 1364973. OLE color: 1364973.
HSL color Cylindrical-coordinate representation of color #EDD314: hue angle of 52.81º 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 #EDD314 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.81º | 0.86% | 0.5% | - |
| HSV(B) | 52.81º | 0.92% | 0.93% | - |
| XYZ | 58.35 | 64.64 | 10.06 | - |
| YUV | 197 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 20 | 0 | 0.11 | 0.92 | 0.07 | 52.81 | 0.86 | 0.5 |
| Hex | ED | D3 | 14 | 0 | B | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 323 | 24 | 0 | 13 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010011 | 10100 | 0 | 1011 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD314
Complementary color
Monochromatic Colors of #EDD314
Black with #EDD314
Text Example
Text Example
White with #EDD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD314; }
p { color: rgb(237,211,20); }
H1.HeaderClassName
{
color: #EDD314;
}
.AnyTagClassName
{
color: #EDD314;
}
</style>
background-color css
<style>
a { background-color: #EDD314; }
a { background-color: rgb(237,211,20); }
div.DivClassName
{
background-color: #EDD314;
}
.BgClassName
{
background-color: #EDD314;
}
</style>
border-color css
<style>
span { border-color: #EDD314; }
span { border-color: rgb(237,211,20); }
td.TdClassName
{
border-color: #EDD314;
}
.TagClassName
{
border-color: #EDD314;
}
</style>