Shades of Broom #EDD91D
Tints of Broom #EDD91D
RGB
CMYK
RGB Variations
Color information
#EDD91D (or 0xEDD91D) is known color: Broom. HEX triplet: ED, D9 and 1D. RGB value is (237,217,29). Sum of RGB (Red+Green+Blue) = 237+217+29=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD91D is #1226E2. Grayscale: #CACACA. Windows color (decimal): -1189603 or 1956333. OLE color: 1956333.
HSL color Cylindrical-coordinate representation of color #EDD91D: hue angle of 54.23º 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 #EDD91D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.07 |
| HSL | 54.23º | 0.85% | 0.52% | - |
| HSV(B) | 54.23º | 0.88% | 0.93% | - |
| XYZ | 59.96 | 67.72 | 11.07 | - |
| YUV | 201.55 | 30.63 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 29 | 0 | 0.08 | 0.88 | 0.07 | 54.23 | 0.85 | 0.52 |
| Hex | ED | D9 | 1D | 0 | 8 | 58 | 7 | 36 | 55 | 34 |
| Octal | 355 | 331 | 35 | 0 | 10 | 130 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11011001 | 11101 | 0 | 1000 | 1011000 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD91D
Complementary color
Monochromatic Colors of #EDD91D
Black with #EDD91D
Text Example
Text Example
White with #EDD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD91D; }
p { color: rgb(237,217,29); }
H1.HeaderClassName
{
color: #EDD91D;
}
.AnyTagClassName
{
color: #EDD91D;
}
</style>
background-color css
<style>
a { background-color: #EDD91D; }
a { background-color: rgb(237,217,29); }
div.DivClassName
{
background-color: #EDD91D;
}
.BgClassName
{
background-color: #EDD91D;
}
</style>
border-color css
<style>
span { border-color: #EDD91D; }
span { border-color: rgb(237,217,29); }
td.TdClassName
{
border-color: #EDD91D;
}
.TagClassName
{
border-color: #EDD91D;
}
</style>