Shades of Broom #EDD91C
Tints of Broom #EDD91C
RGB
CMYK
RGB Variations
Color information
#EDD91C (or 0xEDD91C) is known color: Broom. HEX triplet: ED, D9 and 1C. RGB value is (237,217,28). Sum of RGB (Red+Green+Blue) = 237+217+28=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD91C is #1226E3. Grayscale: #CACACA. Windows color (decimal): -1189604 or 1890797. OLE color: 1890797.
HSL color Cylindrical-coordinate representation of color #EDD91C: hue angle of 54.26º 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 #EDD91C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 28 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.07 |
| HSL | 54.26º | 0.85% | 0.52% | - |
| HSV(B) | 54.26º | 0.88% | 0.93% | - |
| XYZ | 59.95 | 67.71 | 11.01 | - |
| YUV | 201.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 28 | 0 | 0.08 | 0.88 | 0.07 | 54.26 | 0.85 | 0.52 |
| Hex | ED | D9 | 1C | 0 | 8 | 58 | 7 | 36 | 55 | 34 |
| Octal | 355 | 331 | 34 | 0 | 10 | 130 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11011001 | 11100 | 0 | 1000 | 1011000 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD91C
Complementary color
Monochromatic Colors of #EDD91C
Black with #EDD91C
Text Example
Text Example
White with #EDD91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD91C; }
p { color: rgb(237,217,28); }
H1.HeaderClassName
{
color: #EDD91C;
}
.AnyTagClassName
{
color: #EDD91C;
}
</style>
background-color css
<style>
a { background-color: #EDD91C; }
a { background-color: rgb(237,217,28); }
div.DivClassName
{
background-color: #EDD91C;
}
.BgClassName
{
background-color: #EDD91C;
}
</style>
border-color css
<style>
span { border-color: #EDD91C; }
span { border-color: rgb(237,217,28); }
td.TdClassName
{
border-color: #EDD91C;
}
.TagClassName
{
border-color: #EDD91C;
}
</style>