Shades of Broom #EDD615
Tints of Broom #EDD615
RGB
CMYK
RGB Variations
Color information
#EDD615 (or 0xEDD615) is known color: Broom. HEX triplet: ED, D6 and 15. RGB value is (237,214,21). Sum of RGB (Red+Green+Blue) = 237+214+21=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD615 is #1229EA. Grayscale: #C7C7C7. Windows color (decimal): -1190379 or 1431277. OLE color: 1431277.
HSL color Cylindrical-coordinate representation of color #EDD615: hue angle of 53.61º 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 #EDD615 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.07 |
| HSL | 53.61º | 0.86% | 0.51% | - |
| HSV(B) | 53.61º | 0.91% | 0.93% | - |
| XYZ | 59.11 | 66.15 | 10.36 | - |
| YUV | 198.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 21 | 0 | 0.10 | 0.91 | 0.07 | 53.61 | 0.86 | 0.51 |
| Hex | ED | D6 | 15 | 0 | A | 5B | 7 | 36 | 56 | 33 |
| Octal | 355 | 326 | 25 | 0 | 12 | 133 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11010110 | 10101 | 0 | 1010 | 1011011 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD615
Complementary color
Monochromatic Colors of #EDD615
Black with #EDD615
Text Example
Text Example
White with #EDD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD615; }
p { color: rgb(237,214,21); }
H1.HeaderClassName
{
color: #EDD615;
}
.AnyTagClassName
{
color: #EDD615;
}
</style>
background-color css
<style>
a { background-color: #EDD615; }
a { background-color: rgb(237,214,21); }
div.DivClassName
{
background-color: #EDD615;
}
.BgClassName
{
background-color: #EDD615;
}
</style>
border-color css
<style>
span { border-color: #EDD615; }
span { border-color: rgb(237,214,21); }
td.TdClassName
{
border-color: #EDD615;
}
.TagClassName
{
border-color: #EDD615;
}
</style>