Shades of Broom #EDD015
Tints of Broom #EDD015
RGB
CMYK
RGB Variations
Color information
#EDD015 (or 0xEDD015) is known color: Broom. HEX triplet: ED, D0 and 15. RGB value is (237,208,21). Sum of RGB (Red+Green+Blue) = 237+208+21=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD015 is #122FEA. Grayscale: #C4C4C4. Windows color (decimal): -1191915 or 1429741. OLE color: 1429741.
HSL color Cylindrical-coordinate representation of color #EDD015: hue angle of 51.94º 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 #EDD015 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.07 |
| HSL | 51.94º | 0.86% | 0.51% | - |
| HSV(B) | 51.94º | 0.91% | 0.93% | - |
| XYZ | 57.62 | 63.17 | 9.87 | - |
| YUV | 195.35 | 29.61 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 21 | 0 | 0.12 | 0.91 | 0.07 | 51.94 | 0.86 | 0.51 |
| Hex | ED | D0 | 15 | 0 | C | 5B | 7 | 34 | 56 | 33 |
| Octal | 355 | 320 | 25 | 0 | 14 | 133 | 7 | 64 | 126 | 63 |
| Binary | 11101101 | 11010000 | 10101 | 0 | 1100 | 1011011 | 111 | 110100 | 1010110 | 110011 |
Color Harmonies of #EDD015
Complementary color
Monochromatic Colors of #EDD015
Black with #EDD015
Text Example
Text Example
White with #EDD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD015; }
p { color: rgb(237,208,21); }
H1.HeaderClassName
{
color: #EDD015;
}
.AnyTagClassName
{
color: #EDD015;
}
</style>
background-color css
<style>
a { background-color: #EDD015; }
a { background-color: rgb(237,208,21); }
div.DivClassName
{
background-color: #EDD015;
}
.BgClassName
{
background-color: #EDD015;
}
</style>
border-color css
<style>
span { border-color: #EDD015; }
span { border-color: rgb(237,208,21); }
td.TdClassName
{
border-color: #EDD015;
}
.TagClassName
{
border-color: #EDD015;
}
</style>