Shades of Broom #EDD010
Tints of Broom #EDD010
RGB
CMYK
RGB Variations
Color information
#EDD010 (or 0xEDD010) is known color: Broom. HEX triplet: ED, D0 and 10. RGB value is (237,208,16). Sum of RGB (Red+Green+Blue) = 237+208+16=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD010 is #122FEF. Grayscale: #C3C3C3. Windows color (decimal): -1191920 or 1102061. OLE color: 1102061.
HSL color Cylindrical-coordinate representation of color #EDD010: hue angle of 52.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDD010 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.07 |
| HSL | 52.13º | 0.87% | 0.5% | - |
| HSV(B) | 52.13º | 0.93% | 0.93% | - |
| XYZ | 57.57 | 63.15 | 9.65 | - |
| YUV | 194.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 16 | 0 | 0.12 | 0.93 | 0.07 | 52.13 | 0.87 | 0.5 |
| Hex | ED | D0 | 10 | 0 | C | 5D | 7 | 34 | 57 | 32 |
| Octal | 355 | 320 | 20 | 0 | 14 | 135 | 7 | 64 | 127 | 62 |
| Binary | 11101101 | 11010000 | 10000 | 0 | 1100 | 1011101 | 111 | 110100 | 1010111 | 110010 |
Color Harmonies of #EDD010
Complementary color
Monochromatic Colors of #EDD010
Black with #EDD010
Text Example
Text Example
White with #EDD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD010; }
p { color: rgb(237,208,16); }
H1.HeaderClassName
{
color: #EDD010;
}
.AnyTagClassName
{
color: #EDD010;
}
</style>
background-color css
<style>
a { background-color: #EDD010; }
a { background-color: rgb(237,208,16); }
div.DivClassName
{
background-color: #EDD010;
}
.BgClassName
{
background-color: #EDD010;
}
</style>
border-color css
<style>
span { border-color: #EDD010; }
span { border-color: rgb(237,208,16); }
td.TdClassName
{
border-color: #EDD010;
}
.TagClassName
{
border-color: #EDD010;
}
</style>