Shades of Corvette #EFC080
Tints of Corvette #EFC080
RGB
CMYK
RGB Variations
Color information
#EFC080 (or 0xEFC080) is known color: Corvette. HEX triplet: EF, C0 and 80. RGB value is (239,192,128). Sum of RGB (Red+Green+Blue) = 239+192+128=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC080 is #103F7F. Grayscale: #C7C7C7. Windows color (decimal): -1064832 or 8437999. OLE color: 8437999.
HSL color Cylindrical-coordinate representation of color #EFC080: hue angle of 34.59º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC080 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 128 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.06 |
| HSL | 34.59º | 0.78% | 0.72% | - |
| HSV(B) | 34.59º | 0.46% | 0.94% | - |
| XYZ | 58.34 | 57.61 | 28.47 | - |
| YUV | 198.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 128 | 0 | 0.20 | 0.46 | 0.06 | 34.59 | 0.78 | 0.72 |
| Hex | EF | C0 | 80 | 0 | 14 | 2E | 6 | 23 | 4E | 48 |
| Octal | 357 | 300 | 200 | 0 | 24 | 56 | 6 | 43 | 116 | 110 |
| Binary | 11101111 | 11000000 | 10000000 | 0 | 10100 | 101110 | 110 | 100011 | 1001110 | 1001000 |
Color Harmonies of #EFC080
Complementary color
Monochromatic Colors of #EFC080
Black with #EFC080
Text Example
Text Example
White with #EFC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC080; }
p { color: rgb(239,192,128); }
H1.HeaderClassName
{
color: #EFC080;
}
.AnyTagClassName
{
color: #EFC080;
}
</style>
background-color css
<style>
a { background-color: #EFC080; }
a { background-color: rgb(239,192,128); }
div.DivClassName
{
background-color: #EFC080;
}
.BgClassName
{
background-color: #EFC080;
}
</style>
border-color css
<style>
span { border-color: #EFC080; }
span { border-color: rgb(239,192,128); }
td.TdClassName
{
border-color: #EFC080;
}
.TagClassName
{
border-color: #EFC080;
}
</style>