Shades of Broom #EDC91E
Tints of Broom #EDC91E
RGB
CMYK
RGB Variations
Color information
#EDC91E (or 0xEDC91E) is known color: Broom. HEX triplet: ED, C9 and 1E. RGB value is (237,201,30). Sum of RGB (Red+Green+Blue) = 237+201+30=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC91E is #1236E1. Grayscale: #C0C0C0. Windows color (decimal): -1193698 or 2017773. OLE color: 2017773.
HSL color Cylindrical-coordinate representation of color #EDC91E: hue angle of 49.57º 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 #EDC91E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 30 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.07 |
| HSL | 49.57º | 0.85% | 0.52% | - |
| HSV(B) | 49.57º | 0.87% | 0.93% | - |
| XYZ | 56.05 | 59.87 | 9.83 | - |
| YUV | 192.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 30 | 0 | 0.15 | 0.87 | 0.07 | 49.57 | 0.85 | 0.52 |
| Hex | ED | C9 | 1E | 0 | F | 57 | 7 | 32 | 55 | 34 |
| Octal | 355 | 311 | 36 | 0 | 17 | 127 | 7 | 62 | 125 | 64 |
| Binary | 11101101 | 11001001 | 11110 | 0 | 1111 | 1010111 | 111 | 110010 | 1010101 | 110100 |
Color Harmonies of #EDC91E
Complementary color
Monochromatic Colors of #EDC91E
Black with #EDC91E
Text Example
Text Example
White with #EDC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC91E; }
p { color: rgb(237,201,30); }
H1.HeaderClassName
{
color: #EDC91E;
}
.AnyTagClassName
{
color: #EDC91E;
}
</style>
background-color css
<style>
a { background-color: #EDC91E; }
a { background-color: rgb(237,201,30); }
div.DivClassName
{
background-color: #EDC91E;
}
.BgClassName
{
background-color: #EDC91E;
}
</style>
border-color css
<style>
span { border-color: #EDC91E; }
span { border-color: rgb(237,201,30); }
td.TdClassName
{
border-color: #EDC91E;
}
.TagClassName
{
border-color: #EDC91E;
}
</style>