Shades of Broom #EDD514
Tints of Broom #EDD514
RGB
CMYK
RGB Variations
Color information
#EDD514 (or 0xEDD514) is known color: Broom. HEX triplet: ED, D5 and 14. RGB value is (237,213,20). Sum of RGB (Red+Green+Blue) = 237+213+20=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD514 is #122AEB. Grayscale: #C6C6C6. Windows color (decimal): -1190636 or 1365485. OLE color: 1365485.
HSL color Cylindrical-coordinate representation of color #EDD514: hue angle of 53.36º 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 #EDD514 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.36º | 0.86% | 0.5% | - |
| HSV(B) | 53.36º | 0.92% | 0.93% | - |
| XYZ | 58.85 | 65.64 | 10.23 | - |
| YUV | 198.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 20 | 0 | 0.10 | 0.92 | 0.07 | 53.36 | 0.86 | 0.5 |
| Hex | ED | D5 | 14 | 0 | A | 5C | 7 | 35 | 56 | 32 |
| Octal | 355 | 325 | 24 | 0 | 12 | 134 | 7 | 65 | 126 | 62 |
| Binary | 11101101 | 11010101 | 10100 | 0 | 1010 | 1011100 | 111 | 110101 | 1010110 | 110010 |
Color Harmonies of #EDD514
Complementary color
Monochromatic Colors of #EDD514
Black with #EDD514
Text Example
Text Example
White with #EDD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD514; }
p { color: rgb(237,213,20); }
H1.HeaderClassName
{
color: #EDD514;
}
.AnyTagClassName
{
color: #EDD514;
}
</style>
background-color css
<style>
a { background-color: #EDD514; }
a { background-color: rgb(237,213,20); }
div.DivClassName
{
background-color: #EDD514;
}
.BgClassName
{
background-color: #EDD514;
}
</style>
border-color css
<style>
span { border-color: #EDD514; }
span { border-color: rgb(237,213,20); }
td.TdClassName
{
border-color: #EDD514;
}
.TagClassName
{
border-color: #EDD514;
}
</style>