Shades of Corvette #EFC181
Tints of Corvette #EFC181
RGB
CMYK
RGB Variations
Color information
#EFC181 (or 0xEFC181) is known color: Corvette. HEX triplet: EF, C1 and 81. RGB value is (239,193,129). Sum of RGB (Red+Green+Blue) = 239+193+129=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC181 is #103E7E. Grayscale: #C7C7C7. Windows color (decimal): -1064575 or 8503791. OLE color: 8503791.
HSL color Cylindrical-coordinate representation of color #EFC181: hue angle of 34.91º degrees, saturation: 0.77, 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 #EFC181 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 129 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 34.91º | 0.77% | 0.72% | - |
| HSV(B) | 34.91º | 0.46% | 0.94% | - |
| XYZ | 58.63 | 58.08 | 28.89 | - |
| YUV | 199.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 129 | 0 | 0.19 | 0.46 | 0.06 | 34.91 | 0.77 | 0.72 |
| Hex | EF | C1 | 81 | 0 | 13 | 2E | 6 | 23 | 4D | 48 |
| Octal | 357 | 301 | 201 | 0 | 23 | 56 | 6 | 43 | 115 | 110 |
| Binary | 11101111 | 11000001 | 10000001 | 0 | 10011 | 101110 | 110 | 100011 | 1001101 | 1001000 |
Color Harmonies of #EFC181
Complementary color
Monochromatic Colors of #EFC181
Black with #EFC181
Text Example
Text Example
White with #EFC181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC181; }
p { color: rgb(239,193,129); }
H1.HeaderClassName
{
color: #EFC181;
}
.AnyTagClassName
{
color: #EFC181;
}
</style>
background-color css
<style>
a { background-color: #EFC181; }
a { background-color: rgb(239,193,129); }
div.DivClassName
{
background-color: #EFC181;
}
.BgClassName
{
background-color: #EFC181;
}
</style>
border-color css
<style>
span { border-color: #EFC181; }
span { border-color: rgb(239,193,129); }
td.TdClassName
{
border-color: #EFC181;
}
.TagClassName
{
border-color: #EFC181;
}
</style>