Shades of Harvest Gold #EDC273
Tints of Harvest Gold #EDC273
RGB
CMYK
RGB Variations
Color information
#EDC273 (or 0xEDC273) is known color: Harvest Gold. HEX triplet: ED, C2 and 73. RGB value is (237,194,115). Sum of RGB (Red+Green+Blue) = 237+194+115=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC273 is #123D8C. Grayscale: #C6C6C6. Windows color (decimal): -1195405 or 7586541. OLE color: 7586541.
HSL color Cylindrical-coordinate representation of color #EDC273: hue angle of 38.85º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC273 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 115 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.07 |
| HSL | 38.85º | 0.77% | 0.69% | - |
| HSV(B) | 38.85º | 0.51% | 0.93% | - |
| XYZ | 57.31 | 57.83 | 24.36 | - |
| YUV | 197.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 115 | 0 | 0.18 | 0.51 | 0.07 | 38.85 | 0.77 | 0.69 |
| Hex | ED | C2 | 73 | 0 | 12 | 33 | 7 | 27 | 4D | 45 |
| Octal | 355 | 302 | 163 | 0 | 22 | 63 | 7 | 47 | 115 | 105 |
| Binary | 11101101 | 11000010 | 1110011 | 0 | 10010 | 110011 | 111 | 100111 | 1001101 | 1000101 |
Color Harmonies of #EDC273
Complementary color
Monochromatic Colors of #EDC273
Black with #EDC273
Text Example
Text Example
White with #EDC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC273; }
p { color: rgb(237,194,115); }
H1.HeaderClassName
{
color: #EDC273;
}
.AnyTagClassName
{
color: #EDC273;
}
</style>
background-color css
<style>
a { background-color: #EDC273; }
a { background-color: rgb(237,194,115); }
div.DivClassName
{
background-color: #EDC273;
}
.BgClassName
{
background-color: #EDC273;
}
</style>
border-color css
<style>
span { border-color: #EDC273; }
span { border-color: rgb(237,194,115); }
td.TdClassName
{
border-color: #EDC273;
}
.TagClassName
{
border-color: #EDC273;
}
</style>