Shades of Corvette #EFC08D
Tints of Corvette #EFC08D
RGB
CMYK
RGB Variations
Color information
#EFC08D (or 0xEFC08D) is known color: Corvette. HEX triplet: EF, C0 and 8D. RGB value is (239,192,141). Sum of RGB (Red+Green+Blue) = 239+192+141=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC08D is #103F72. Grayscale: #C8C8C8. Windows color (decimal): -1064819 or 9289967. OLE color: 9289967.
HSL color Cylindrical-coordinate representation of color #EFC08D: hue angle of 31.22º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC08D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 141 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.06 |
| HSL | 31.22º | 0.75% | 0.75% | - |
| HSV(B) | 31.22º | 0.41% | 0.94% | - |
| XYZ | 59.25 | 57.97 | 33.27 | - |
| YUV | 200.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 141 | 0 | 0.20 | 0.41 | 0.06 | 31.22 | 0.75 | 0.75 |
| Hex | EF | C0 | 8D | 0 | 14 | 29 | 6 | 1F | 4B | 4B |
| Octal | 357 | 300 | 215 | 0 | 24 | 51 | 6 | 37 | 113 | 113 |
| Binary | 11101111 | 11000000 | 10001101 | 0 | 10100 | 101001 | 110 | 11111 | 1001011 | 1001011 |
Color Harmonies of #EFC08D
Complementary color
Monochromatic Colors of #EFC08D
Black with #EFC08D
Text Example
Text Example
White with #EFC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC08D; }
p { color: rgb(239,192,141); }
H1.HeaderClassName
{
color: #EFC08D;
}
.AnyTagClassName
{
color: #EFC08D;
}
</style>
background-color css
<style>
a { background-color: #EFC08D; }
a { background-color: rgb(239,192,141); }
div.DivClassName
{
background-color: #EFC08D;
}
.BgClassName
{
background-color: #EFC08D;
}
</style>
border-color css
<style>
span { border-color: #EFC08D; }
span { border-color: rgb(239,192,141); }
td.TdClassName
{
border-color: #EFC08D;
}
.TagClassName
{
border-color: #EFC08D;
}
</style>