Shades of Broom #EDD014
Tints of Broom #EDD014
RGB
CMYK
RGB Variations
Color information
#EDD014 (or 0xEDD014) is known color: Broom. HEX triplet: ED, D0 and 14. RGB value is (237,208,20). Sum of RGB (Red+Green+Blue) = 237+208+20=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD014 is #122FEB. Grayscale: #C4C4C4. Windows color (decimal): -1191916 or 1364205. OLE color: 1364205.
HSL color Cylindrical-coordinate representation of color #EDD014: hue angle of 51.98º 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 #EDD014 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.07 |
| HSL | 51.98º | 0.86% | 0.5% | - |
| HSV(B) | 51.98º | 0.92% | 0.93% | - |
| XYZ | 57.61 | 63.17 | 9.82 | - |
| YUV | 195.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 20 | 0 | 0.12 | 0.92 | 0.07 | 51.98 | 0.86 | 0.5 |
| Hex | ED | D0 | 14 | 0 | C | 5C | 7 | 34 | 56 | 32 |
| Octal | 355 | 320 | 24 | 0 | 14 | 134 | 7 | 64 | 126 | 62 |
| Binary | 11101101 | 11010000 | 10100 | 0 | 1100 | 1011100 | 111 | 110100 | 1010110 | 110010 |
Color Harmonies of #EDD014
Complementary color
Monochromatic Colors of #EDD014
Black with #EDD014
Text Example
Text Example
White with #EDD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD014; }
p { color: rgb(237,208,20); }
H1.HeaderClassName
{
color: #EDD014;
}
.AnyTagClassName
{
color: #EDD014;
}
</style>
background-color css
<style>
a { background-color: #EDD014; }
a { background-color: rgb(237,208,20); }
div.DivClassName
{
background-color: #EDD014;
}
.BgClassName
{
background-color: #EDD014;
}
</style>
border-color css
<style>
span { border-color: #EDD014; }
span { border-color: rgb(237,208,20); }
td.TdClassName
{
border-color: #EDD014;
}
.TagClassName
{
border-color: #EDD014;
}
</style>