Shades of Corvette #EDC18C
Tints of Corvette #EDC18C
RGB
CMYK
RGB Variations
Color information
#EDC18C (or 0xEDC18C) is known color: Corvette. HEX triplet: ED, C1 and 8C. RGB value is (237,193,140). Sum of RGB (Red+Green+Blue) = 237+193+140=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18C is #123E73. Grayscale: #C8C8C8. Windows color (decimal): -1195636 or 9224685. OLE color: 9224685.
HSL color Cylindrical-coordinate representation of color #EDC18C: hue angle of 32.78º 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 #EDC18C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 140 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.07 |
| HSL | 32.78º | 0.73% | 0.74% | - |
| HSV(B) | 32.78º | 0.41% | 0.93% | - |
| XYZ | 58.73 | 58.04 | 32.92 | - |
| YUV | 200.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 140 | 0 | 0.19 | 0.41 | 0.07 | 32.78 | 0.73 | 0.74 |
| Hex | ED | C1 | 8C | 0 | 13 | 29 | 7 | 21 | 49 | 4A |
| Octal | 355 | 301 | 214 | 0 | 23 | 51 | 7 | 41 | 111 | 112 |
| Binary | 11101101 | 11000001 | 10001100 | 0 | 10011 | 101001 | 111 | 100001 | 1001001 | 1001010 |
Color Harmonies of #EDC18C
Complementary color
Monochromatic Colors of #EDC18C
Black with #EDC18C
Text Example
Text Example
White with #EDC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC18C; }
p { color: rgb(237,193,140); }
H1.HeaderClassName
{
color: #EDC18C;
}
.AnyTagClassName
{
color: #EDC18C;
}
</style>
background-color css
<style>
a { background-color: #EDC18C; }
a { background-color: rgb(237,193,140); }
div.DivClassName
{
background-color: #EDC18C;
}
.BgClassName
{
background-color: #EDC18C;
}
</style>
border-color css
<style>
span { border-color: #EDC18C; }
span { border-color: rgb(237,193,140); }
td.TdClassName
{
border-color: #EDC18C;
}
.TagClassName
{
border-color: #EDC18C;
}
</style>