Shades of Corvette #EDC07C
Tints of Corvette #EDC07C
RGB
CMYK
RGB Variations
Color information
#EDC07C (or 0xEDC07C) is known color: Corvette. HEX triplet: ED, C0 and 7C. RGB value is (237,192,124). Sum of RGB (Red+Green+Blue) = 237+192+124=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC07C is #123F83. Grayscale: #C6C6C6. Windows color (decimal): -1195908 or 8175853. OLE color: 8175853.
HSL color Cylindrical-coordinate representation of color #EDC07C: hue angle of 36.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDC07C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 124 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.07 |
| HSL | 36.11º | 0.76% | 0.71% | - |
| HSV(B) | 36.11º | 0.48% | 0.93% | - |
| XYZ | 57.41 | 57.16 | 27.08 | - |
| YUV | 197.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 124 | 0 | 0.19 | 0.48 | 0.07 | 36.11 | 0.76 | 0.71 |
| Hex | ED | C0 | 7C | 0 | 13 | 30 | 7 | 24 | 4C | 47 |
| Octal | 355 | 300 | 174 | 0 | 23 | 60 | 7 | 44 | 114 | 107 |
| Binary | 11101101 | 11000000 | 1111100 | 0 | 10011 | 110000 | 111 | 100100 | 1001100 | 1000111 |
Color Harmonies of #EDC07C
Complementary color
Monochromatic Colors of #EDC07C
Black with #EDC07C
Text Example
Text Example
White with #EDC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC07C; }
p { color: rgb(237,192,124); }
H1.HeaderClassName
{
color: #EDC07C;
}
.AnyTagClassName
{
color: #EDC07C;
}
</style>
background-color css
<style>
a { background-color: #EDC07C; }
a { background-color: rgb(237,192,124); }
div.DivClassName
{
background-color: #EDC07C;
}
.BgClassName
{
background-color: #EDC07C;
}
</style>
border-color css
<style>
span { border-color: #EDC07C; }
span { border-color: rgb(237,192,124); }
td.TdClassName
{
border-color: #EDC07C;
}
.TagClassName
{
border-color: #EDC07C;
}
</style>