Shades of Corvette #EFB979
Tints of Corvette #EFB979
RGB
CMYK
RGB Variations
Color information
#EFB979 (or 0xEFB979) is known color: Corvette. HEX triplet: EF, B9 and 79. RGB value is (239,185,121). Sum of RGB (Red+Green+Blue) = 239+185+121=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB979 is #104686. Grayscale: #C2C2C2. Windows color (decimal): -1066631 or 7977455. OLE color: 7977455.
HSL color Cylindrical-coordinate representation of color #EFB979: hue angle of 32.54º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFB979 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 121 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.06 |
| HSL | 32.54º | 0.79% | 0.71% | - |
| HSV(B) | 32.54º | 0.49% | 0.94% | - |
| XYZ | 56.4 | 54.43 | 25.62 | - |
| YUV | 193.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 121 | 0 | 0.23 | 0.49 | 0.06 | 32.54 | 0.79 | 0.71 |
| Hex | EF | B9 | 79 | 0 | 17 | 31 | 6 | 21 | 4F | 47 |
| Octal | 357 | 271 | 171 | 0 | 27 | 61 | 6 | 41 | 117 | 107 |
| Binary | 11101111 | 10111001 | 1111001 | 0 | 10111 | 110001 | 110 | 100001 | 1001111 | 1000111 |
Color Harmonies of #EFB979
Complementary color
Monochromatic Colors of #EFB979
Black with #EFB979
Text Example
Text Example
White with #EFB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB979; }
p { color: rgb(239,185,121); }
H1.HeaderClassName
{
color: #EFB979;
}
.AnyTagClassName
{
color: #EFB979;
}
</style>
background-color css
<style>
a { background-color: #EFB979; }
a { background-color: rgb(239,185,121); }
div.DivClassName
{
background-color: #EFB979;
}
.BgClassName
{
background-color: #EFB979;
}
</style>
border-color css
<style>
span { border-color: #EFB979; }
span { border-color: rgb(239,185,121); }
td.TdClassName
{
border-color: #EFB979;
}
.TagClassName
{
border-color: #EFB979;
}
</style>