Shades of Harvest Gold #EDB26D
Tints of Harvest Gold #EDB26D
RGB
CMYK
RGB Variations
Color information
#EDB26D (or 0xEDB26D) is known color: Harvest Gold. HEX triplet: ED, B2 and 6D. RGB value is (237,178,109). Sum of RGB (Red+Green+Blue) = 237+178+109=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB26D is #124D92. Grayscale: #BCBCBC. Windows color (decimal): -1199507 or 7189229. OLE color: 7189229.
HSL color Cylindrical-coordinate representation of color #EDB26D: hue angle of 32.34º 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 #EDB26D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 109 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.07 |
| HSL | 32.34º | 0.78% | 0.68% | - |
| HSV(B) | 32.34º | 0.54% | 0.93% | - |
| XYZ | 53.61 | 50.95 | 21.48 | - |
| YUV | 187.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 109 | 0 | 0.25 | 0.54 | 0.07 | 32.34 | 0.78 | 0.68 |
| Hex | ED | B2 | 6D | 0 | 19 | 36 | 7 | 20 | 4E | 44 |
| Octal | 355 | 262 | 155 | 0 | 31 | 66 | 7 | 40 | 116 | 104 |
| Binary | 11101101 | 10110010 | 1101101 | 0 | 11001 | 110110 | 111 | 100000 | 1001110 | 1000100 |
Color Harmonies of #EDB26D
Complementary color
Monochromatic Colors of #EDB26D
Black with #EDB26D
Text Example
Text Example
White with #EDB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB26D; }
p { color: rgb(237,178,109); }
H1.HeaderClassName
{
color: #EDB26D;
}
.AnyTagClassName
{
color: #EDB26D;
}
</style>
background-color css
<style>
a { background-color: #EDB26D; }
a { background-color: rgb(237,178,109); }
div.DivClassName
{
background-color: #EDB26D;
}
.BgClassName
{
background-color: #EDB26D;
}
</style>
border-color css
<style>
span { border-color: #EDB26D; }
span { border-color: rgb(237,178,109); }
td.TdClassName
{
border-color: #EDB26D;
}
.TagClassName
{
border-color: #EDB26D;
}
</style>