Shades of Broom #EDD915
Tints of Broom #EDD915
RGB
CMYK
RGB Variations
Color information
#EDD915 (or 0xEDD915) is known color: Broom. HEX triplet: ED, D9 and 15. RGB value is (237,217,21). Sum of RGB (Red+Green+Blue) = 237+217+21=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD915 is #1226EA. Grayscale: #C9C9C9. Windows color (decimal): -1189611 or 1432045. OLE color: 1432045.
HSL color Cylindrical-coordinate representation of color #EDD915: hue angle of 54.44º 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 #EDD915 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.07 |
| HSL | 54.44º | 0.86% | 0.51% | - |
| HSV(B) | 54.44º | 0.91% | 0.93% | - |
| XYZ | 59.87 | 67.68 | 10.62 | - |
| YUV | 200.64 | 26.63 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 21 | 0 | 0.08 | 0.91 | 0.07 | 54.44 | 0.86 | 0.51 |
| Hex | ED | D9 | 15 | 0 | 8 | 5B | 7 | 36 | 56 | 33 |
| Octal | 355 | 331 | 25 | 0 | 10 | 133 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11011001 | 10101 | 0 | 1000 | 1011011 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD915
Complementary color
Monochromatic Colors of #EDD915
Black with #EDD915
Text Example
Text Example
White with #EDD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD915; }
p { color: rgb(237,217,21); }
H1.HeaderClassName
{
color: #EDD915;
}
.AnyTagClassName
{
color: #EDD915;
}
</style>
background-color css
<style>
a { background-color: #EDD915; }
a { background-color: rgb(237,217,21); }
div.DivClassName
{
background-color: #EDD915;
}
.BgClassName
{
background-color: #EDD915;
}
</style>
border-color css
<style>
span { border-color: #EDD915; }
span { border-color: rgb(237,217,21); }
td.TdClassName
{
border-color: #EDD915;
}
.TagClassName
{
border-color: #EDD915;
}
</style>