Shades of Broom #EDD817
Tints of Broom #EDD817
RGB
CMYK
RGB Variations
Color information
#EDD817 (or 0xEDD817) is known color: Broom. HEX triplet: ED, D8 and 17. RGB value is (237,216,23). Sum of RGB (Red+Green+Blue) = 237+216+23=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD817 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD817 is #1227E8. Grayscale: #C9C9C9. Windows color (decimal): -1189865 or 1562861. OLE color: 1562861.
HSL color Cylindrical-coordinate representation of color #EDD817: hue angle of 54.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDD817 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 23 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.07 |
| HSL | 54.11º | 0.86% | 0.51% | - |
| HSV(B) | 54.11º | 0.9% | 0.93% | - |
| XYZ | 59.64 | 67.18 | 10.63 | - |
| YUV | 200.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 23 | 0 | 0.09 | 0.90 | 0.07 | 54.11 | 0.86 | 0.51 |
| Hex | ED | D8 | 17 | 0 | 9 | 5A | 7 | 36 | 56 | 33 |
| Octal | 355 | 330 | 27 | 0 | 11 | 132 | 7 | 66 | 126 | 63 |
| Binary | 11101101 | 11011000 | 10111 | 0 | 1001 | 1011010 | 111 | 110110 | 1010110 | 110011 |
Color Harmonies of #EDD817
Complementary color
Monochromatic Colors of #EDD817
Black with #EDD817
Text Example
Text Example
White with #EDD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD817; }
p { color: rgb(237,216,23); }
H1.HeaderClassName
{
color: #EDD817;
}
.AnyTagClassName
{
color: #EDD817;
}
</style>
background-color css
<style>
a { background-color: #EDD817; }
a { background-color: rgb(237,216,23); }
div.DivClassName
{
background-color: #EDD817;
}
.BgClassName
{
background-color: #EDD817;
}
</style>
border-color css
<style>
span { border-color: #EDD817; }
span { border-color: rgb(237,216,23); }
td.TdClassName
{
border-color: #EDD817;
}
.TagClassName
{
border-color: #EDD817;
}
</style>