Shades of Corvette #EFC07F
Tints of Corvette #EFC07F
RGB
CMYK
RGB Variations
Color information
#EFC07F (or 0xEFC07F) is known color: Corvette. HEX triplet: EF, C0 and 7F. RGB value is (239,192,127). Sum of RGB (Red+Green+Blue) = 239+192+127=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC07F is #103F80. Grayscale: #C6C6C6. Windows color (decimal): -1064833 or 8372463. OLE color: 8372463.
HSL color Cylindrical-coordinate representation of color #EFC07F: hue angle of 34.82º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC07F is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 127 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.06 |
| HSL | 34.82º | 0.78% | 0.72% | - |
| HSV(B) | 34.82º | 0.47% | 0.94% | - |
| XYZ | 58.28 | 57.58 | 28.12 | - |
| YUV | 198.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 127 | 0 | 0.20 | 0.47 | 0.06 | 34.82 | 0.78 | 0.72 |
| Hex | EF | C0 | 7F | 0 | 14 | 2F | 6 | 23 | 4E | 48 |
| Octal | 357 | 300 | 177 | 0 | 24 | 57 | 6 | 43 | 116 | 110 |
| Binary | 11101111 | 11000000 | 1111111 | 0 | 10100 | 101111 | 110 | 100011 | 1001110 | 1001000 |
Color Harmonies of #EFC07F
Complementary color
Monochromatic Colors of #EFC07F
Black with #EFC07F
Text Example
Text Example
White with #EFC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC07F; }
p { color: rgb(239,192,127); }
H1.HeaderClassName
{
color: #EFC07F;
}
.AnyTagClassName
{
color: #EFC07F;
}
</style>
background-color css
<style>
a { background-color: #EFC07F; }
a { background-color: rgb(239,192,127); }
div.DivClassName
{
background-color: #EFC07F;
}
.BgClassName
{
background-color: #EFC07F;
}
</style>
border-color css
<style>
span { border-color: #EFC07F; }
span { border-color: rgb(239,192,127); }
td.TdClassName
{
border-color: #EFC07F;
}
.TagClassName
{
border-color: #EFC07F;
}
</style>