Shades of Corvette #EFC07C
Tints of Corvette #EFC07C
RGB
CMYK
RGB Variations
Color information
#EFC07C (or 0xEFC07C) is known color: Corvette. HEX triplet: EF, C0 and 7C. RGB value is (239,192,124). Sum of RGB (Red+Green+Blue) = 239+192+124=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC07C is #103F83. Grayscale: #C6C6C6. Windows color (decimal): -1064836 or 8175855. OLE color: 8175855.
HSL color Cylindrical-coordinate representation of color #EFC07C: hue angle of 35.48º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC07C is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 124 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.06 |
| HSL | 35.48º | 0.78% | 0.71% | - |
| HSV(B) | 35.48º | 0.48% | 0.94% | - |
| XYZ | 58.08 | 57.51 | 27.11 | - |
| YUV | 198.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 124 | 0 | 0.20 | 0.48 | 0.06 | 35.48 | 0.78 | 0.71 |
| Hex | EF | C0 | 7C | 0 | 14 | 30 | 6 | 23 | 4E | 47 |
| Octal | 357 | 300 | 174 | 0 | 24 | 60 | 6 | 43 | 116 | 107 |
| Binary | 11101111 | 11000000 | 1111100 | 0 | 10100 | 110000 | 110 | 100011 | 1001110 | 1000111 |
Color Harmonies of #EFC07C
Complementary color
Monochromatic Colors of #EFC07C
Black with #EFC07C
Text Example
Text Example
White with #EFC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC07C; }
p { color: rgb(239,192,124); }
H1.HeaderClassName
{
color: #EFC07C;
}
.AnyTagClassName
{
color: #EFC07C;
}
</style>
background-color css
<style>
a { background-color: #EFC07C; }
a { background-color: rgb(239,192,124); }
div.DivClassName
{
background-color: #EFC07C;
}
.BgClassName
{
background-color: #EFC07C;
}
</style>
border-color css
<style>
span { border-color: #EFC07C; }
span { border-color: rgb(239,192,124); }
td.TdClassName
{
border-color: #EFC07C;
}
.TagClassName
{
border-color: #EFC07C;
}
</style>