Shades of Corvette #EFC077
Tints of Corvette #EFC077
RGB
CMYK
RGB Variations
Color information
#EFC077 (or 0xEFC077) is known color: Corvette. HEX triplet: EF, C0 and 77. RGB value is (239,192,119). Sum of RGB (Red+Green+Blue) = 239+192+119=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC077 is #103F88. Grayscale: #C6C6C6. Windows color (decimal): -1064841 or 7848175. OLE color: 7848175.
HSL color Cylindrical-coordinate representation of color #EFC077: hue angle of 36.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFC077 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 119 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.06 |
| HSL | 36.5º | 0.79% | 0.7% | - |
| HSV(B) | 36.5º | 0.5% | 0.94% | - |
| XYZ | 57.78 | 57.38 | 25.48 | - |
| YUV | 197.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 119 | 0 | 0.20 | 0.50 | 0.06 | 36.5 | 0.79 | 0.7 |
| Hex | EF | C0 | 77 | 0 | 14 | 32 | 6 | 24 | 4F | 46 |
| Octal | 357 | 300 | 167 | 0 | 24 | 62 | 6 | 44 | 117 | 106 |
| Binary | 11101111 | 11000000 | 1110111 | 0 | 10100 | 110010 | 110 | 100100 | 1001111 | 1000110 |
Color Harmonies of #EFC077
Complementary color
Monochromatic Colors of #EFC077
Black with #EFC077
Text Example
Text Example
White with #EFC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC077; }
p { color: rgb(239,192,119); }
H1.HeaderClassName
{
color: #EFC077;
}
.AnyTagClassName
{
color: #EFC077;
}
</style>
background-color css
<style>
a { background-color: #EFC077; }
a { background-color: rgb(239,192,119); }
div.DivClassName
{
background-color: #EFC077;
}
.BgClassName
{
background-color: #EFC077;
}
</style>
border-color css
<style>
span { border-color: #EFC077; }
span { border-color: rgb(239,192,119); }
td.TdClassName
{
border-color: #EFC077;
}
.TagClassName
{
border-color: #EFC077;
}
</style>