Shades of Corvette #EFC185
Tints of Corvette #EFC185
RGB
CMYK
RGB Variations
Color information
#EFC185 (or 0xEFC185) is known color: Corvette. HEX triplet: EF, C1 and 85. RGB value is (239,193,133). Sum of RGB (Red+Green+Blue) = 239+193+133=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC185 is #103E7A. Grayscale: #C8C8C8. Windows color (decimal): -1064571 or 8765935. OLE color: 8765935.
HSL color Cylindrical-coordinate representation of color #EFC185: hue angle of 33.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC185 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 133 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.06 |
| HSL | 33.96º | 0.77% | 0.73% | - |
| HSV(B) | 33.96º | 0.44% | 0.94% | - |
| XYZ | 58.9 | 58.18 | 30.32 | - |
| YUV | 199.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 133 | 0 | 0.19 | 0.44 | 0.06 | 33.96 | 0.77 | 0.73 |
| Hex | EF | C1 | 85 | 0 | 13 | 2C | 6 | 22 | 4D | 49 |
| Octal | 357 | 301 | 205 | 0 | 23 | 54 | 6 | 42 | 115 | 111 |
| Binary | 11101111 | 11000001 | 10000101 | 0 | 10011 | 101100 | 110 | 100010 | 1001101 | 1001001 |
Color Harmonies of #EFC185
Complementary color
Monochromatic Colors of #EFC185
Black with #EFC185
Text Example
Text Example
White with #EFC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC185; }
p { color: rgb(239,193,133); }
H1.HeaderClassName
{
color: #EFC185;
}
.AnyTagClassName
{
color: #EFC185;
}
</style>
background-color css
<style>
a { background-color: #EFC185; }
a { background-color: rgb(239,193,133); }
div.DivClassName
{
background-color: #EFC185;
}
.BgClassName
{
background-color: #EFC185;
}
</style>
border-color css
<style>
span { border-color: #EFC185; }
span { border-color: rgb(239,193,133); }
td.TdClassName
{
border-color: #EFC185;
}
.TagClassName
{
border-color: #EFC185;
}
</style>