Shades of Harvest Gold #EDC269
Tints of Harvest Gold #EDC269
RGB
CMYK
RGB Variations
Color information
#EDC269 (or 0xEDC269) is known color: Harvest Gold. HEX triplet: ED, C2 and 69. RGB value is (237,194,105). Sum of RGB (Red+Green+Blue) = 237+194+105=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC269 is #123D96. Grayscale: #C5C5C5. Windows color (decimal): -1195415 or 6931181. OLE color: 6931181.
HSL color Cylindrical-coordinate representation of color #EDC269: hue angle of 40.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDC269 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 105 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 40.45º | 0.79% | 0.67% | - |
| HSV(B) | 40.45º | 0.56% | 0.93% | - |
| XYZ | 56.77 | 57.61 | 21.49 | - |
| YUV | 196.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 105 | 0 | 0.18 | 0.56 | 0.07 | 40.45 | 0.79 | 0.67 |
| Hex | ED | C2 | 69 | 0 | 12 | 38 | 7 | 28 | 4F | 43 |
| Octal | 355 | 302 | 151 | 0 | 22 | 70 | 7 | 50 | 117 | 103 |
| Binary | 11101101 | 11000010 | 1101001 | 0 | 10010 | 111000 | 111 | 101000 | 1001111 | 1000011 |
Color Harmonies of #EDC269
Complementary color
Monochromatic Colors of #EDC269
Black with #EDC269
Text Example
Text Example
White with #EDC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC269; }
p { color: rgb(237,194,105); }
H1.HeaderClassName
{
color: #EDC269;
}
.AnyTagClassName
{
color: #EDC269;
}
</style>
background-color css
<style>
a { background-color: #EDC269; }
a { background-color: rgb(237,194,105); }
div.DivClassName
{
background-color: #EDC269;
}
.BgClassName
{
background-color: #EDC269;
}
</style>
border-color css
<style>
span { border-color: #EDC269; }
span { border-color: rgb(237,194,105); }
td.TdClassName
{
border-color: #EDC269;
}
.TagClassName
{
border-color: #EDC269;
}
</style>