Shades of Broom #EDD01D
Tints of Broom #EDD01D
RGB
CMYK
RGB Variations
Color information
#EDD01D (or 0xEDD01D) is known color: Broom. HEX triplet: ED, D0 and 1D. RGB value is (237,208,29). Sum of RGB (Red+Green+Blue) = 237+208+29=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD01D is #122FE2. Grayscale: #C5C5C5. Windows color (decimal): -1191907 or 1954029. OLE color: 1954029.
HSL color Cylindrical-coordinate representation of color #EDD01D: hue angle of 51.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDD01D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.07 |
| HSL | 51.63º | 0.85% | 0.52% | - |
| HSV(B) | 51.63º | 0.88% | 0.93% | - |
| XYZ | 57.7 | 63.2 | 10.32 | - |
| YUV | 196.27 | 33.61 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 29 | 0 | 0.12 | 0.88 | 0.07 | 51.63 | 0.85 | 0.52 |
| Hex | ED | D0 | 1D | 0 | C | 58 | 7 | 34 | 55 | 34 |
| Octal | 355 | 320 | 35 | 0 | 14 | 130 | 7 | 64 | 125 | 64 |
| Binary | 11101101 | 11010000 | 11101 | 0 | 1100 | 1011000 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #EDD01D
Complementary color
Monochromatic Colors of #EDD01D
Black with #EDD01D
Text Example
Text Example
White with #EDD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD01D; }
p { color: rgb(237,208,29); }
H1.HeaderClassName
{
color: #EDD01D;
}
.AnyTagClassName
{
color: #EDD01D;
}
</style>
background-color css
<style>
a { background-color: #EDD01D; }
a { background-color: rgb(237,208,29); }
div.DivClassName
{
background-color: #EDD01D;
}
.BgClassName
{
background-color: #EDD01D;
}
</style>
border-color css
<style>
span { border-color: #EDD01D; }
span { border-color: rgb(237,208,29); }
td.TdClassName
{
border-color: #EDD01D;
}
.TagClassName
{
border-color: #EDD01D;
}
</style>