Shades of Broom #EDD71A
Tints of Broom #EDD71A
RGB
CMYK
RGB Variations
Color information
#EDD71A (or 0xEDD71A) is known color: Broom. HEX triplet: ED, D7 and 1A. RGB value is (237,215,26). Sum of RGB (Red+Green+Blue) = 237+215+26=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD71A is #1228E5. Grayscale: #C8C8C8. Windows color (decimal): -1190118 or 1759213. OLE color: 1759213.
HSL color Cylindrical-coordinate representation of color #EDD71A: hue angle of 53.74º 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 #EDD71A is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 26 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.07 |
| HSL | 53.74º | 0.85% | 0.52% | - |
| HSV(B) | 53.74º | 0.89% | 0.93% | - |
| XYZ | 59.41 | 66.68 | 10.72 | - |
| YUV | 200.03 | 29.79 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 26 | 0 | 0.09 | 0.89 | 0.07 | 53.74 | 0.85 | 0.52 |
| Hex | ED | D7 | 1A | 0 | 9 | 59 | 7 | 36 | 55 | 34 |
| Octal | 355 | 327 | 32 | 0 | 11 | 131 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11010111 | 11010 | 0 | 1001 | 1011001 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD71A
Complementary color
Monochromatic Colors of #EDD71A
Black with #EDD71A
Text Example
Text Example
White with #EDD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD71A; }
p { color: rgb(237,215,26); }
H1.HeaderClassName
{
color: #EDD71A;
}
.AnyTagClassName
{
color: #EDD71A;
}
</style>
background-color css
<style>
a { background-color: #EDD71A; }
a { background-color: rgb(237,215,26); }
div.DivClassName
{
background-color: #EDD71A;
}
.BgClassName
{
background-color: #EDD71A;
}
</style>
border-color css
<style>
span { border-color: #EDD71A; }
span { border-color: rgb(237,215,26); }
td.TdClassName
{
border-color: #EDD71A;
}
.TagClassName
{
border-color: #EDD71A;
}
</style>