Shades of Broom #EDD61E
Tints of Broom #EDD61E
RGB
CMYK
RGB Variations
Color information
#EDD61E (or 0xEDD61E) is known color: Broom. HEX triplet: ED, D6 and 1E. RGB value is (237,214,30). Sum of RGB (Red+Green+Blue) = 237+214+30=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD61E is #1229E1. Grayscale: #C8C8C8. Windows color (decimal): -1190370 or 2021101. OLE color: 2021101.
HSL color Cylindrical-coordinate representation of color #EDD61E: hue angle of 53.33º 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 #EDD61E is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 30 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.07 |
| HSL | 53.33º | 0.85% | 0.52% | - |
| HSV(B) | 53.33º | 0.87% | 0.93% | - |
| XYZ | 59.21 | 66.19 | 10.88 | - |
| YUV | 199.9 | 32.12 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 30 | 0 | 0.10 | 0.87 | 0.07 | 53.33 | 0.85 | 0.52 |
| Hex | ED | D6 | 1E | 0 | A | 57 | 7 | 35 | 55 | 34 |
| Octal | 355 | 326 | 36 | 0 | 12 | 127 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010110 | 11110 | 0 | 1010 | 1010111 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD61E
Complementary color
Monochromatic Colors of #EDD61E
Black with #EDD61E
Text Example
Text Example
White with #EDD61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD61E; }
p { color: rgb(237,214,30); }
H1.HeaderClassName
{
color: #EDD61E;
}
.AnyTagClassName
{
color: #EDD61E;
}
</style>
background-color css
<style>
a { background-color: #EDD61E; }
a { background-color: rgb(237,214,30); }
div.DivClassName
{
background-color: #EDD61E;
}
.BgClassName
{
background-color: #EDD61E;
}
</style>
border-color css
<style>
span { border-color: #EDD61E; }
span { border-color: rgb(237,214,30); }
td.TdClassName
{
border-color: #EDD61E;
}
.TagClassName
{
border-color: #EDD61E;
}
</style>