Shades of Corvette #EDC08D
Tints of Corvette #EDC08D
RGB
CMYK
RGB Variations
Color information
#EDC08D (or 0xEDC08D) is known color: Corvette. HEX triplet: ED, C0 and 8D. RGB value is (237,192,141). Sum of RGB (Red+Green+Blue) = 237+192+141=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC08D is #123F72. Grayscale: #C7C7C7. Windows color (decimal): -1195891 or 9289965. OLE color: 9289965.
HSL color Cylindrical-coordinate representation of color #EDC08D: hue angle of 31.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDC08D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 141 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.07 |
| HSL | 31.88º | 0.73% | 0.74% | - |
| HSV(B) | 31.88º | 0.41% | 0.93% | - |
| XYZ | 58.58 | 57.63 | 33.23 | - |
| YUV | 199.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 141 | 0 | 0.19 | 0.41 | 0.07 | 31.88 | 0.73 | 0.74 |
| Hex | ED | C0 | 8D | 0 | 13 | 29 | 7 | 20 | 49 | 4A |
| Octal | 355 | 300 | 215 | 0 | 23 | 51 | 7 | 40 | 111 | 112 |
| Binary | 11101101 | 11000000 | 10001101 | 0 | 10011 | 101001 | 111 | 100000 | 1001001 | 1001010 |
Color Harmonies of #EDC08D
Complementary color
Monochromatic Colors of #EDC08D
Black with #EDC08D
Text Example
Text Example
White with #EDC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC08D; }
p { color: rgb(237,192,141); }
H1.HeaderClassName
{
color: #EDC08D;
}
.AnyTagClassName
{
color: #EDC08D;
}
</style>
background-color css
<style>
a { background-color: #EDC08D; }
a { background-color: rgb(237,192,141); }
div.DivClassName
{
background-color: #EDC08D;
}
.BgClassName
{
background-color: #EDC08D;
}
</style>
border-color css
<style>
span { border-color: #EDC08D; }
span { border-color: rgb(237,192,141); }
td.TdClassName
{
border-color: #EDC08D;
}
.TagClassName
{
border-color: #EDC08D;
}
</style>