Shades of Broom #EDD91E
Tints of Broom #EDD91E
RGB
CMYK
RGB Variations
Color information
#EDD91E (or 0xEDD91E) is known color: Broom. HEX triplet: ED, D9 and 1E. RGB value is (237,217,30). Sum of RGB (Red+Green+Blue) = 237+217+30=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD91E is #1226E1. Grayscale: #CACACA. Windows color (decimal): -1189602 or 2021869. OLE color: 2021869.
HSL color Cylindrical-coordinate representation of color #EDD91E: hue angle of 54.2º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDD91E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 30 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.07 |
| HSL | 54.2º | 0.85% | 0.52% | - |
| HSV(B) | 54.2º | 0.87% | 0.93% | - |
| XYZ | 59.97 | 67.72 | 11.14 | - |
| YUV | 201.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 30 | 0 | 0.08 | 0.87 | 0.07 | 54.2 | 0.85 | 0.52 |
| Hex | ED | D9 | 1E | 0 | 8 | 57 | 7 | 36 | 55 | 34 |
| Octal | 355 | 331 | 36 | 0 | 10 | 127 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11011001 | 11110 | 0 | 1000 | 1010111 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD91E
Complementary color
Monochromatic Colors of #EDD91E
Black with #EDD91E
Text Example
Text Example
White with #EDD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD91E; }
p { color: rgb(237,217,30); }
H1.HeaderClassName
{
color: #EDD91E;
}
.AnyTagClassName
{
color: #EDD91E;
}
</style>
background-color css
<style>
a { background-color: #EDD91E; }
a { background-color: rgb(237,217,30); }
div.DivClassName
{
background-color: #EDD91E;
}
.BgClassName
{
background-color: #EDD91E;
}
</style>
border-color css
<style>
span { border-color: #EDD91E; }
span { border-color: rgb(237,217,30); }
td.TdClassName
{
border-color: #EDD91E;
}
.TagClassName
{
border-color: #EDD91E;
}
</style>