Shades of Corvette #EFB97C
Tints of Corvette #EFB97C
RGB
CMYK
RGB Variations
Color information
#EFB97C (or 0xEFB97C) is known color: Corvette. HEX triplet: EF, B9 and 7C. RGB value is (239,185,124). Sum of RGB (Red+Green+Blue) = 239+185+124=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97C is #104683. Grayscale: #C2C2C2. Windows color (decimal): -1066628 or 8174063. OLE color: 8174063.
HSL color Cylindrical-coordinate representation of color #EFB97C: hue angle of 31.83º 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 #EFB97C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 124 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.06 |
| HSL | 31.83º | 0.78% | 0.71% | - |
| HSV(B) | 31.83º | 0.48% | 0.94% | - |
| XYZ | 56.58 | 54.5 | 26.61 | - |
| YUV | 194.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 124 | 0 | 0.23 | 0.48 | 0.06 | 31.83 | 0.78 | 0.71 |
| Hex | EF | B9 | 7C | 0 | 17 | 30 | 6 | 20 | 4E | 47 |
| Octal | 357 | 271 | 174 | 0 | 27 | 60 | 6 | 40 | 116 | 107 |
| Binary | 11101111 | 10111001 | 1111100 | 0 | 10111 | 110000 | 110 | 100000 | 1001110 | 1000111 |
Color Harmonies of #EFB97C
Complementary color
Monochromatic Colors of #EFB97C
Black with #EFB97C
Text Example
Text Example
White with #EFB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB97C; }
p { color: rgb(239,185,124); }
H1.HeaderClassName
{
color: #EFB97C;
}
.AnyTagClassName
{
color: #EFB97C;
}
</style>
background-color css
<style>
a { background-color: #EFB97C; }
a { background-color: rgb(239,185,124); }
div.DivClassName
{
background-color: #EFB97C;
}
.BgClassName
{
background-color: #EFB97C;
}
</style>
border-color css
<style>
span { border-color: #EFB97C; }
span { border-color: rgb(239,185,124); }
td.TdClassName
{
border-color: #EFB97C;
}
.TagClassName
{
border-color: #EFB97C;
}
</style>