Shades of Corvette #EFC08C
Tints of Corvette #EFC08C
RGB
CMYK
RGB Variations
Color information
#EFC08C (or 0xEFC08C) is known color: Corvette. HEX triplet: EF, C0 and 8C. RGB value is (239,192,140). Sum of RGB (Red+Green+Blue) = 239+192+140=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC08C is #103F73. Grayscale: #C8C8C8. Windows color (decimal): -1064820 or 9224431. OLE color: 9224431.
HSL color Cylindrical-coordinate representation of color #EFC08C: hue angle of 31.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC08C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 140 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.06 |
| HSL | 31.52º | 0.76% | 0.74% | - |
| HSV(B) | 31.52º | 0.41% | 0.94% | - |
| XYZ | 59.18 | 57.94 | 32.88 | - |
| YUV | 200.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 140 | 0 | 0.20 | 0.41 | 0.06 | 31.52 | 0.76 | 0.74 |
| Hex | EF | C0 | 8C | 0 | 14 | 29 | 6 | 20 | 4C | 4A |
| Octal | 357 | 300 | 214 | 0 | 24 | 51 | 6 | 40 | 114 | 112 |
| Binary | 11101111 | 11000000 | 10001100 | 0 | 10100 | 101001 | 110 | 100000 | 1001100 | 1001010 |
Color Harmonies of #EFC08C
Complementary color
Monochromatic Colors of #EFC08C
Black with #EFC08C
Text Example
Text Example
White with #EFC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC08C; }
p { color: rgb(239,192,140); }
H1.HeaderClassName
{
color: #EFC08C;
}
.AnyTagClassName
{
color: #EFC08C;
}
</style>
background-color css
<style>
a { background-color: #EFC08C; }
a { background-color: rgb(239,192,140); }
div.DivClassName
{
background-color: #EFC08C;
}
.BgClassName
{
background-color: #EFC08C;
}
</style>
border-color css
<style>
span { border-color: #EFC08C; }
span { border-color: rgb(239,192,140); }
td.TdClassName
{
border-color: #EFC08C;
}
.TagClassName
{
border-color: #EFC08C;
}
</style>