Shades of Harvest Gold #EDC267
Tints of Harvest Gold #EDC267
RGB
CMYK
RGB Variations
Color information
#EDC267 (or 0xEDC267) is known color: Harvest Gold. HEX triplet: ED, C2 and 67. RGB value is (237,194,103). Sum of RGB (Red+Green+Blue) = 237+194+103=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC267 is #123D98. Grayscale: #C4C4C4. Windows color (decimal): -1195417 or 6800109. OLE color: 6800109.
HSL color Cylindrical-coordinate representation of color #EDC267: hue angle of 40.75º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDC267 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 103 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 40.75º | 0.79% | 0.67% | - |
| HSV(B) | 40.75º | 0.57% | 0.93% | - |
| XYZ | 56.67 | 57.57 | 20.96 | - |
| YUV | 196.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 103 | 0 | 0.18 | 0.57 | 0.07 | 40.75 | 0.79 | 0.67 |
| Hex | ED | C2 | 67 | 0 | 12 | 39 | 7 | 29 | 4F | 43 |
| Octal | 355 | 302 | 147 | 0 | 22 | 71 | 7 | 51 | 117 | 103 |
| Binary | 11101101 | 11000010 | 1100111 | 0 | 10010 | 111001 | 111 | 101001 | 1001111 | 1000011 |
Color Harmonies of #EDC267
Complementary color
Monochromatic Colors of #EDC267
Black with #EDC267
Text Example
Text Example
White with #EDC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC267; }
p { color: rgb(237,194,103); }
H1.HeaderClassName
{
color: #EDC267;
}
.AnyTagClassName
{
color: #EDC267;
}
</style>
background-color css
<style>
a { background-color: #EDC267; }
a { background-color: rgb(237,194,103); }
div.DivClassName
{
background-color: #EDC267;
}
.BgClassName
{
background-color: #EDC267;
}
</style>
border-color css
<style>
span { border-color: #EDC267; }
span { border-color: rgb(237,194,103); }
td.TdClassName
{
border-color: #EDC267;
}
.TagClassName
{
border-color: #EDC267;
}
</style>