Shades of Corvette #EFC17D
Tints of Corvette #EFC17D
RGB
CMYK
RGB Variations
Color information
#EFC17D (or 0xEFC17D) is known color: Corvette. HEX triplet: EF, C1 and 7D. RGB value is (239,193,125). Sum of RGB (Red+Green+Blue) = 239+193+125=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC17D is #103E82. Grayscale: #C7C7C7. Windows color (decimal): -1064579 or 8241647. OLE color: 8241647.
HSL color Cylindrical-coordinate representation of color #EFC17D: hue angle of 35.79º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC17D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 125 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.06 |
| HSL | 35.79º | 0.78% | 0.71% | - |
| HSV(B) | 35.79º | 0.48% | 0.94% | - |
| XYZ | 58.37 | 57.97 | 27.52 | - |
| YUV | 199 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 125 | 0 | 0.19 | 0.48 | 0.06 | 35.79 | 0.78 | 0.71 |
| Hex | EF | C1 | 7D | 0 | 13 | 30 | 6 | 24 | 4E | 47 |
| Octal | 357 | 301 | 175 | 0 | 23 | 60 | 6 | 44 | 116 | 107 |
| Binary | 11101111 | 11000001 | 1111101 | 0 | 10011 | 110000 | 110 | 100100 | 1001110 | 1000111 |
Color Harmonies of #EFC17D
Complementary color
Monochromatic Colors of #EFC17D
Black with #EFC17D
Text Example
Text Example
White with #EFC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC17D; }
p { color: rgb(239,193,125); }
H1.HeaderClassName
{
color: #EFC17D;
}
.AnyTagClassName
{
color: #EFC17D;
}
</style>
background-color css
<style>
a { background-color: #EFC17D; }
a { background-color: rgb(239,193,125); }
div.DivClassName
{
background-color: #EFC17D;
}
.BgClassName
{
background-color: #EFC17D;
}
</style>
border-color css
<style>
span { border-color: #EFC17D; }
span { border-color: rgb(239,193,125); }
td.TdClassName
{
border-color: #EFC17D;
}
.TagClassName
{
border-color: #EFC17D;
}
</style>