Shades of Broom #EDD71D
Tints of Broom #EDD71D
RGB
CMYK
RGB Variations
Color information
#EDD71D (or 0xEDD71D) is known color: Broom. HEX triplet: ED, D7 and 1D. RGB value is (237,215,29). Sum of RGB (Red+Green+Blue) = 237+215+29=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD71D is #1228E2. Grayscale: #C9C9C9. Windows color (decimal): -1190115 or 1955821. OLE color: 1955821.
HSL color Cylindrical-coordinate representation of color #EDD71D: hue angle of 53.65º 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 #EDD71D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.07 |
| HSL | 53.65º | 0.85% | 0.52% | - |
| HSV(B) | 53.65º | 0.88% | 0.93% | - |
| XYZ | 59.45 | 66.69 | 10.9 | - |
| YUV | 200.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 29 | 0 | 0.09 | 0.88 | 0.07 | 53.65 | 0.85 | 0.52 |
| Hex | ED | D7 | 1D | 0 | 9 | 58 | 7 | 36 | 55 | 34 |
| Octal | 355 | 327 | 35 | 0 | 11 | 130 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11010111 | 11101 | 0 | 1001 | 1011000 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD71D
Complementary color
Monochromatic Colors of #EDD71D
Black with #EDD71D
Text Example
Text Example
White with #EDD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD71D; }
p { color: rgb(237,215,29); }
H1.HeaderClassName
{
color: #EDD71D;
}
.AnyTagClassName
{
color: #EDD71D;
}
</style>
background-color css
<style>
a { background-color: #EDD71D; }
a { background-color: rgb(237,215,29); }
div.DivClassName
{
background-color: #EDD71D;
}
.BgClassName
{
background-color: #EDD71D;
}
</style>
border-color css
<style>
span { border-color: #EDD71D; }
span { border-color: rgb(237,215,29); }
td.TdClassName
{
border-color: #EDD71D;
}
.TagClassName
{
border-color: #EDD71D;
}
</style>