Shades of Corvette #EDC079
Tints of Corvette #EDC079
RGB
CMYK
RGB Variations
Color information
#EDC079 (or 0xEDC079) is known color: Corvette. HEX triplet: ED, C0 and 79. RGB value is (237,192,121). Sum of RGB (Red+Green+Blue) = 237+192+121=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC079 is #123F86. Grayscale: #C5C5C5. Windows color (decimal): -1195911 or 7979245. OLE color: 7979245.
HSL color Cylindrical-coordinate representation of color #EDC079: hue angle of 36.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC079 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 121 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.07 |
| HSL | 36.72º | 0.76% | 0.7% | - |
| HSV(B) | 36.72º | 0.49% | 0.93% | - |
| XYZ | 57.23 | 57.08 | 26.09 | - |
| YUV | 197.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 121 | 0 | 0.19 | 0.49 | 0.07 | 36.72 | 0.76 | 0.7 |
| Hex | ED | C0 | 79 | 0 | 13 | 31 | 7 | 25 | 4C | 46 |
| Octal | 355 | 300 | 171 | 0 | 23 | 61 | 7 | 45 | 114 | 106 |
| Binary | 11101101 | 11000000 | 1111001 | 0 | 10011 | 110001 | 111 | 100101 | 1001100 | 1000110 |
Color Harmonies of #EDC079
Complementary color
Monochromatic Colors of #EDC079
Black with #EDC079
Text Example
Text Example
White with #EDC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC079; }
p { color: rgb(237,192,121); }
H1.HeaderClassName
{
color: #EDC079;
}
.AnyTagClassName
{
color: #EDC079;
}
</style>
background-color css
<style>
a { background-color: #EDC079; }
a { background-color: rgb(237,192,121); }
div.DivClassName
{
background-color: #EDC079;
}
.BgClassName
{
background-color: #EDC079;
}
</style>
border-color css
<style>
span { border-color: #EDC079; }
span { border-color: rgb(237,192,121); }
td.TdClassName
{
border-color: #EDC079;
}
.TagClassName
{
border-color: #EDC079;
}
</style>