Shades of Corvette #EFC182
Tints of Corvette #EFC182
RGB
CMYK
RGB Variations
Color information
#EFC182 (or 0xEFC182) is known color: Corvette. HEX triplet: EF, C1 and 82. RGB value is (239,193,130). Sum of RGB (Red+Green+Blue) = 239+193+130=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC182 is #103E7D. Grayscale: #C7C7C7. Windows color (decimal): -1064574 or 8569327. OLE color: 8569327.
HSL color Cylindrical-coordinate representation of color #EFC182: hue angle of 34.68º 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 #EFC182 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 130 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 34.68º | 0.77% | 0.72% | - |
| HSV(B) | 34.68º | 0.46% | 0.94% | - |
| XYZ | 58.7 | 58.1 | 29.24 | - |
| YUV | 199.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 130 | 0 | 0.19 | 0.46 | 0.06 | 34.68 | 0.77 | 0.72 |
| Hex | EF | C1 | 82 | 0 | 13 | 2E | 6 | 23 | 4D | 48 |
| Octal | 357 | 301 | 202 | 0 | 23 | 56 | 6 | 43 | 115 | 110 |
| Binary | 11101111 | 11000001 | 10000010 | 0 | 10011 | 101110 | 110 | 100011 | 1001101 | 1001000 |
Color Harmonies of #EFC182
Complementary color
Monochromatic Colors of #EFC182
Black with #EFC182
Text Example
Text Example
White with #EFC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC182; }
p { color: rgb(239,193,130); }
H1.HeaderClassName
{
color: #EFC182;
}
.AnyTagClassName
{
color: #EFC182;
}
</style>
background-color css
<style>
a { background-color: #EFC182; }
a { background-color: rgb(239,193,130); }
div.DivClassName
{
background-color: #EFC182;
}
.BgClassName
{
background-color: #EFC182;
}
</style>
border-color css
<style>
span { border-color: #EFC182; }
span { border-color: rgb(239,193,130); }
td.TdClassName
{
border-color: #EFC182;
}
.TagClassName
{
border-color: #EFC182;
}
</style>