Shades of Broom #EDD81D
Tints of Broom #EDD81D
RGB
CMYK
RGB Variations
Color information
#EDD81D (or 0xEDD81D) is known color: Broom. HEX triplet: ED, D8 and 1D. RGB value is (237,216,29). Sum of RGB (Red+Green+Blue) = 237+216+29=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD81D is #1227E2. Grayscale: #C9C9C9. Windows color (decimal): -1189859 or 1956077. OLE color: 1956077.
HSL color Cylindrical-coordinate representation of color #EDD81D: hue angle of 53.94º 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 #EDD81D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.07 |
| HSL | 53.94º | 0.85% | 0.52% | - |
| HSV(B) | 53.94º | 0.88% | 0.93% | - |
| XYZ | 59.7 | 67.2 | 10.99 | - |
| YUV | 200.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 29 | 0 | 0.09 | 0.88 | 0.07 | 53.94 | 0.85 | 0.52 |
| Hex | ED | D8 | 1D | 0 | 9 | 58 | 7 | 36 | 55 | 34 |
| Octal | 355 | 330 | 35 | 0 | 11 | 130 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11011000 | 11101 | 0 | 1001 | 1011000 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD81D
Complementary color
Monochromatic Colors of #EDD81D
Black with #EDD81D
Text Example
Text Example
White with #EDD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD81D; }
p { color: rgb(237,216,29); }
H1.HeaderClassName
{
color: #EDD81D;
}
.AnyTagClassName
{
color: #EDD81D;
}
</style>
background-color css
<style>
a { background-color: #EDD81D; }
a { background-color: rgb(237,216,29); }
div.DivClassName
{
background-color: #EDD81D;
}
.BgClassName
{
background-color: #EDD81D;
}
</style>
border-color css
<style>
span { border-color: #EDD81D; }
span { border-color: rgb(237,216,29); }
td.TdClassName
{
border-color: #EDD81D;
}
.TagClassName
{
border-color: #EDD81D;
}
</style>