Shades of Corvette #EDC18F
Tints of Corvette #EDC18F
RGB
CMYK
RGB Variations
Color information
#EDC18F (or 0xEDC18F) is known color: Corvette. HEX triplet: ED, C1 and 8F. RGB value is (237,193,143). Sum of RGB (Red+Green+Blue) = 237+193+143=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18F is #123E70. Grayscale: #C8C8C8. Windows color (decimal): -1195633 or 9421293. OLE color: 9421293.
HSL color Cylindrical-coordinate representation of color #EDC18F: hue angle of 31.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC18F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 143 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.07 |
| HSL | 31.91º | 0.72% | 0.75% | - |
| HSV(B) | 31.91º | 0.4% | 0.93% | - |
| XYZ | 58.95 | 58.13 | 34.1 | - |
| YUV | 200.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 143 | 0 | 0.19 | 0.40 | 0.07 | 31.91 | 0.72 | 0.75 |
| Hex | ED | C1 | 8F | 0 | 13 | 28 | 7 | 20 | 48 | 4B |
| Octal | 355 | 301 | 217 | 0 | 23 | 50 | 7 | 40 | 110 | 113 |
| Binary | 11101101 | 11000001 | 10001111 | 0 | 10011 | 101000 | 111 | 100000 | 1001000 | 1001011 |
Color Harmonies of #EDC18F
Complementary color
Monochromatic Colors of #EDC18F
Black with #EDC18F
Text Example
Text Example
White with #EDC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC18F; }
p { color: rgb(237,193,143); }
H1.HeaderClassName
{
color: #EDC18F;
}
.AnyTagClassName
{
color: #EDC18F;
}
</style>
background-color css
<style>
a { background-color: #EDC18F; }
a { background-color: rgb(237,193,143); }
div.DivClassName
{
background-color: #EDC18F;
}
.BgClassName
{
background-color: #EDC18F;
}
</style>
border-color css
<style>
span { border-color: #EDC18F; }
span { border-color: rgb(237,193,143); }
td.TdClassName
{
border-color: #EDC18F;
}
.TagClassName
{
border-color: #EDC18F;
}
</style>