Shades of Broom #EDDB1D
Tints of Broom #EDDB1D
RGB
CMYK
RGB Variations
Color information
#EDDB1D (or 0xEDDB1D) is known color: Broom. HEX triplet: ED, DB and 1D. RGB value is (237,219,29). Sum of RGB (Red+Green+Blue) = 237+219+29=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB1D is #1224E2. Grayscale: #CBCBCB. Windows color (decimal): -1189091 or 1956845. OLE color: 1956845.
HSL color Cylindrical-coordinate representation of color #EDDB1D: hue angle of 54.81º 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 #EDDB1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.07 |
| HSL | 54.81º | 0.85% | 0.52% | - |
| HSV(B) | 54.81º | 0.88% | 0.93% | - |
| XYZ | 60.48 | 68.76 | 11.25 | - |
| YUV | 202.72 | 29.96 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 29 | 0 | 0.08 | 0.88 | 0.07 | 54.81 | 0.85 | 0.52 |
| Hex | ED | DB | 1D | 0 | 8 | 58 | 7 | 37 | 55 | 34 |
| Octal | 355 | 333 | 35 | 0 | 10 | 130 | 7 | 67 | 125 | 64 |
| Binary | 11101101 | 11011011 | 11101 | 0 | 1000 | 1011000 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #EDDB1D
Complementary color
Monochromatic Colors of #EDDB1D
Black with #EDDB1D
Text Example
Text Example
White with #EDDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB1D; }
p { color: rgb(237,219,29); }
H1.HeaderClassName
{
color: #EDDB1D;
}
.AnyTagClassName
{
color: #EDDB1D;
}
</style>
background-color css
<style>
a { background-color: #EDDB1D; }
a { background-color: rgb(237,219,29); }
div.DivClassName
{
background-color: #EDDB1D;
}
.BgClassName
{
background-color: #EDDB1D;
}
</style>
border-color css
<style>
span { border-color: #EDDB1D; }
span { border-color: rgb(237,219,29); }
td.TdClassName
{
border-color: #EDDB1D;
}
.TagClassName
{
border-color: #EDDB1D;
}
</style>