Shades of Corvette #EFC183
Tints of Corvette #EFC183
RGB
CMYK
RGB Variations
Color information
#EFC183 (or 0xEFC183) is known color: Corvette. HEX triplet: EF, C1 and 83. RGB value is (239,193,131). Sum of RGB (Red+Green+Blue) = 239+193+131=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC183 is #103E7C. Grayscale: #C7C7C7. Windows color (decimal): -1064573 or 8634863. OLE color: 8634863.
HSL color Cylindrical-coordinate representation of color #EFC183: hue angle of 34.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC183 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 131 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.06 |
| HSL | 34.44º | 0.77% | 0.73% | - |
| HSV(B) | 34.44º | 0.45% | 0.94% | - |
| XYZ | 58.76 | 58.13 | 29.6 | - |
| YUV | 199.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 131 | 0 | 0.19 | 0.45 | 0.06 | 34.44 | 0.77 | 0.73 |
| Hex | EF | C1 | 83 | 0 | 13 | 2D | 6 | 22 | 4D | 49 |
| Octal | 357 | 301 | 203 | 0 | 23 | 55 | 6 | 42 | 115 | 111 |
| Binary | 11101111 | 11000001 | 10000011 | 0 | 10011 | 101101 | 110 | 100010 | 1001101 | 1001001 |
Color Harmonies of #EFC183
Complementary color
Monochromatic Colors of #EFC183
Black with #EFC183
Text Example
Text Example
White with #EFC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC183; }
p { color: rgb(239,193,131); }
H1.HeaderClassName
{
color: #EFC183;
}
.AnyTagClassName
{
color: #EFC183;
}
</style>
background-color css
<style>
a { background-color: #EFC183; }
a { background-color: rgb(239,193,131); }
div.DivClassName
{
background-color: #EFC183;
}
.BgClassName
{
background-color: #EFC183;
}
</style>
border-color css
<style>
span { border-color: #EFC183; }
span { border-color: rgb(239,193,131); }
td.TdClassName
{
border-color: #EFC183;
}
.TagClassName
{
border-color: #EFC183;
}
</style>