Shades of Harvest Gold #EDB26E
Tints of Harvest Gold #EDB26E
RGB
CMYK
RGB Variations
Color information
#EDB26E (or 0xEDB26E) is known color: Harvest Gold. HEX triplet: ED, B2 and 6E. RGB value is (237,178,110). Sum of RGB (Red+Green+Blue) = 237+178+110=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB26E is #124D91. Grayscale: #BCBCBC. Windows color (decimal): -1199506 or 7254765. OLE color: 7254765.
HSL color Cylindrical-coordinate representation of color #EDB26E: hue angle of 32.13º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDB26E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 110 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.07 |
| HSL | 32.13º | 0.78% | 0.68% | - |
| HSV(B) | 32.13º | 0.54% | 0.93% | - |
| XYZ | 53.66 | 50.97 | 21.76 | - |
| YUV | 187.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 110 | 0 | 0.25 | 0.54 | 0.07 | 32.13 | 0.78 | 0.68 |
| Hex | ED | B2 | 6E | 0 | 19 | 36 | 7 | 20 | 4E | 44 |
| Octal | 355 | 262 | 156 | 0 | 31 | 66 | 7 | 40 | 116 | 104 |
| Binary | 11101101 | 10110010 | 1101110 | 0 | 11001 | 110110 | 111 | 100000 | 1001110 | 1000100 |
Color Harmonies of #EDB26E
Complementary color
Monochromatic Colors of #EDB26E
Black with #EDB26E
Text Example
Text Example
White with #EDB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB26E; }
p { color: rgb(237,178,110); }
H1.HeaderClassName
{
color: #EDB26E;
}
.AnyTagClassName
{
color: #EDB26E;
}
</style>
background-color css
<style>
a { background-color: #EDB26E; }
a { background-color: rgb(237,178,110); }
div.DivClassName
{
background-color: #EDB26E;
}
.BgClassName
{
background-color: #EDB26E;
}
</style>
border-color css
<style>
span { border-color: #EDB26E; }
span { border-color: rgb(237,178,110); }
td.TdClassName
{
border-color: #EDB26E;
}
.TagClassName
{
border-color: #EDB26E;
}
</style>