Shades of Corvette #EFC17E
Tints of Corvette #EFC17E
RGB
CMYK
RGB Variations
Color information
#EFC17E (or 0xEFC17E) is known color: Corvette. HEX triplet: EF, C1 and 7E. RGB value is (239,193,126). Sum of RGB (Red+Green+Blue) = 239+193+126=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC17E is #103E81. Grayscale: #C7C7C7. Windows color (decimal): -1064578 or 8307183. OLE color: 8307183.
HSL color Cylindrical-coordinate representation of color #EFC17E: hue angle of 35.58º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC17E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 126 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.06 |
| HSL | 35.58º | 0.78% | 0.72% | - |
| HSV(B) | 35.58º | 0.47% | 0.94% | - |
| XYZ | 58.43 | 58 | 27.85 | - |
| YUV | 199.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 126 | 0 | 0.19 | 0.47 | 0.06 | 35.58 | 0.78 | 0.72 |
| Hex | EF | C1 | 7E | 0 | 13 | 2F | 6 | 24 | 4E | 48 |
| Octal | 357 | 301 | 176 | 0 | 23 | 57 | 6 | 44 | 116 | 110 |
| Binary | 11101111 | 11000001 | 1111110 | 0 | 10011 | 101111 | 110 | 100100 | 1001110 | 1001000 |
Color Harmonies of #EFC17E
Complementary color
Monochromatic Colors of #EFC17E
Black with #EFC17E
Text Example
Text Example
White with #EFC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC17E; }
p { color: rgb(239,193,126); }
H1.HeaderClassName
{
color: #EFC17E;
}
.AnyTagClassName
{
color: #EFC17E;
}
</style>
background-color css
<style>
a { background-color: #EFC17E; }
a { background-color: rgb(239,193,126); }
div.DivClassName
{
background-color: #EFC17E;
}
.BgClassName
{
background-color: #EFC17E;
}
</style>
border-color css
<style>
span { border-color: #EFC17E; }
span { border-color: rgb(239,193,126); }
td.TdClassName
{
border-color: #EFC17E;
}
.TagClassName
{
border-color: #EFC17E;
}
</style>