Shades of Harvest Gold #EDC26C
Tints of Harvest Gold #EDC26C
RGB
CMYK
RGB Variations
Color information
#EDC26C (or 0xEDC26C) is known color: Harvest Gold. HEX triplet: ED, C2 and 6C. RGB value is (237,194,108). Sum of RGB (Red+Green+Blue) = 237+194+108=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC26C is #123D93. Grayscale: #C5C5C5. Windows color (decimal): -1195412 or 7127789. OLE color: 7127789.
HSL color Cylindrical-coordinate representation of color #EDC26C: hue angle of 40º 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 #EDC26C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 108 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 40º | 0.78% | 0.68% | - |
| HSV(B) | 40º | 0.54% | 0.93% | - |
| XYZ | 56.92 | 57.67 | 22.32 | - |
| YUV | 197.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 108 | 0 | 0.18 | 0.54 | 0.07 | 40 | 0.78 | 0.68 |
| Hex | ED | C2 | 6C | 0 | 12 | 36 | 7 | 28 | 4E | 44 |
| Octal | 355 | 302 | 154 | 0 | 22 | 66 | 7 | 50 | 116 | 104 |
| Binary | 11101101 | 11000010 | 1101100 | 0 | 10010 | 110110 | 111 | 101000 | 1001110 | 1000100 |
Color Harmonies of #EDC26C
Complementary color
Monochromatic Colors of #EDC26C
Black with #EDC26C
Text Example
Text Example
White with #EDC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC26C; }
p { color: rgb(237,194,108); }
H1.HeaderClassName
{
color: #EDC26C;
}
.AnyTagClassName
{
color: #EDC26C;
}
</style>
background-color css
<style>
a { background-color: #EDC26C; }
a { background-color: rgb(237,194,108); }
div.DivClassName
{
background-color: #EDC26C;
}
.BgClassName
{
background-color: #EDC26C;
}
</style>
border-color css
<style>
span { border-color: #EDC26C; }
span { border-color: rgb(237,194,108); }
td.TdClassName
{
border-color: #EDC26C;
}
.TagClassName
{
border-color: #EDC26C;
}
</style>