Shades of Broom #EDD91B
Tints of Broom #EDD91B
RGB
CMYK
RGB Variations
Color information
#EDD91B (or 0xEDD91B) is known color: Broom. HEX triplet: ED, D9 and 1B. RGB value is (237,217,27). Sum of RGB (Red+Green+Blue) = 237+217+27=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD91B is #1226E4. Grayscale: #CACACA. Windows color (decimal): -1189605 or 1825261. OLE color: 1825261.
HSL color Cylindrical-coordinate representation of color #EDD91B: hue angle of 54.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDD91B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.29º | 0.85% | 0.52% | - |
| HSV(B) | 54.29º | 0.89% | 0.93% | - |
| XYZ | 59.94 | 67.71 | 10.95 | - |
| YUV | 201.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 27 | 0 | 0.08 | 0.89 | 0.07 | 54.29 | 0.85 | 0.52 |
| Hex | ED | D9 | 1B | 0 | 8 | 59 | 7 | 36 | 55 | 34 |
| Octal | 355 | 331 | 33 | 0 | 10 | 131 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11011001 | 11011 | 0 | 1000 | 1011001 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD91B
Complementary color
Monochromatic Colors of #EDD91B
Black with #EDD91B
Text Example
Text Example
White with #EDD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD91B; }
p { color: rgb(237,217,27); }
H1.HeaderClassName
{
color: #EDD91B;
}
.AnyTagClassName
{
color: #EDD91B;
}
</style>
background-color css
<style>
a { background-color: #EDD91B; }
a { background-color: rgb(237,217,27); }
div.DivClassName
{
background-color: #EDD91B;
}
.BgClassName
{
background-color: #EDD91B;
}
</style>
border-color css
<style>
span { border-color: #EDD91B; }
span { border-color: rgb(237,217,27); }
td.TdClassName
{
border-color: #EDD91B;
}
.TagClassName
{
border-color: #EDD91B;
}
</style>