Shades of Corvette #EFC180
Tints of Corvette #EFC180
RGB
CMYK
RGB Variations
Color information
#EFC180 (or 0xEFC180) is known color: Corvette. HEX triplet: EF, C1 and 80. RGB value is (239,193,128). Sum of RGB (Red+Green+Blue) = 239+193+128=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC180 is #103E7F. Grayscale: #C7C7C7. Windows color (decimal): -1064576 or 8438255. OLE color: 8438255.
HSL color Cylindrical-coordinate representation of color #EFC180: hue angle of 35.14º 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 #EFC180 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 128 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 35.14º | 0.78% | 0.72% | - |
| HSV(B) | 35.14º | 0.46% | 0.94% | - |
| XYZ | 58.56 | 58.05 | 28.54 | - |
| YUV | 199.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 128 | 0 | 0.19 | 0.46 | 0.06 | 35.14 | 0.78 | 0.72 |
| Hex | EF | C1 | 80 | 0 | 13 | 2E | 6 | 23 | 4E | 48 |
| Octal | 357 | 301 | 200 | 0 | 23 | 56 | 6 | 43 | 116 | 110 |
| Binary | 11101111 | 11000001 | 10000000 | 0 | 10011 | 101110 | 110 | 100011 | 1001110 | 1001000 |
Color Harmonies of #EFC180
Complementary color
Monochromatic Colors of #EFC180
Black with #EFC180
Text Example
Text Example
White with #EFC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC180; }
p { color: rgb(239,193,128); }
H1.HeaderClassName
{
color: #EFC180;
}
.AnyTagClassName
{
color: #EFC180;
}
</style>
background-color css
<style>
a { background-color: #EFC180; }
a { background-color: rgb(239,193,128); }
div.DivClassName
{
background-color: #EFC180;
}
.BgClassName
{
background-color: #EFC180;
}
</style>
border-color css
<style>
span { border-color: #EFC180; }
span { border-color: rgb(239,193,128); }
td.TdClassName
{
border-color: #EFC180;
}
.TagClassName
{
border-color: #EFC180;
}
</style>