Shades of Corvette #EFC18A
Tints of Corvette #EFC18A
RGB
CMYK
RGB Variations
Color information
#EFC18A (or 0xEFC18A) is known color: Corvette. HEX triplet: EF, C1 and 8A. RGB value is (239,193,138). Sum of RGB (Red+Green+Blue) = 239+193+138=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC18A is #103E75. Grayscale: #C8C8C8. Windows color (decimal): -1064566 or 9093615. OLE color: 9093615.
HSL color Cylindrical-coordinate representation of color #EFC18A: hue angle of 32.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC18A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 138 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.06 |
| HSL | 32.67º | 0.76% | 0.74% | - |
| HSV(B) | 32.67º | 0.42% | 0.94% | - |
| XYZ | 59.25 | 58.33 | 32.18 | - |
| YUV | 200.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 138 | 0 | 0.19 | 0.42 | 0.06 | 32.67 | 0.76 | 0.74 |
| Hex | EF | C1 | 8A | 0 | 13 | 2A | 6 | 21 | 4C | 4A |
| Octal | 357 | 301 | 212 | 0 | 23 | 52 | 6 | 41 | 114 | 112 |
| Binary | 11101111 | 11000001 | 10001010 | 0 | 10011 | 101010 | 110 | 100001 | 1001100 | 1001010 |
Color Harmonies of #EFC18A
Complementary color
Monochromatic Colors of #EFC18A
Black with #EFC18A
Text Example
Text Example
White with #EFC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC18A; }
p { color: rgb(239,193,138); }
H1.HeaderClassName
{
color: #EFC18A;
}
.AnyTagClassName
{
color: #EFC18A;
}
</style>
background-color css
<style>
a { background-color: #EFC18A; }
a { background-color: rgb(239,193,138); }
div.DivClassName
{
background-color: #EFC18A;
}
.BgClassName
{
background-color: #EFC18A;
}
</style>
border-color css
<style>
span { border-color: #EFC18A; }
span { border-color: rgb(239,193,138); }
td.TdClassName
{
border-color: #EFC18A;
}
.TagClassName
{
border-color: #EFC18A;
}
</style>