Shades of Corvette #EFB97A
Tints of Corvette #EFB97A
RGB
CMYK
RGB Variations
Color information
#EFB97A (or 0xEFB97A) is known color: Corvette. HEX triplet: EF, B9 and 7A. RGB value is (239,185,122). Sum of RGB (Red+Green+Blue) = 239+185+122=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97A is #104685. Grayscale: #C2C2C2. Windows color (decimal): -1066630 or 8042991. OLE color: 8042991.
HSL color Cylindrical-coordinate representation of color #EFB97A: hue angle of 32.31º 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 #EFB97A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 122 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.06 |
| HSL | 32.31º | 0.79% | 0.71% | - |
| HSV(B) | 32.31º | 0.49% | 0.94% | - |
| XYZ | 56.46 | 54.45 | 25.95 | - |
| YUV | 193.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 122 | 0 | 0.23 | 0.49 | 0.06 | 32.31 | 0.79 | 0.71 |
| Hex | EF | B9 | 7A | 0 | 17 | 31 | 6 | 20 | 4F | 47 |
| Octal | 357 | 271 | 172 | 0 | 27 | 61 | 6 | 40 | 117 | 107 |
| Binary | 11101111 | 10111001 | 1111010 | 0 | 10111 | 110001 | 110 | 100000 | 1001111 | 1000111 |
Color Harmonies of #EFB97A
Complementary color
Monochromatic Colors of #EFB97A
Black with #EFB97A
Text Example
Text Example
White with #EFB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB97A; }
p { color: rgb(239,185,122); }
H1.HeaderClassName
{
color: #EFB97A;
}
.AnyTagClassName
{
color: #EFB97A;
}
</style>
background-color css
<style>
a { background-color: #EFB97A; }
a { background-color: rgb(239,185,122); }
div.DivClassName
{
background-color: #EFB97A;
}
.BgClassName
{
background-color: #EFB97A;
}
</style>
border-color css
<style>
span { border-color: #EFB97A; }
span { border-color: rgb(239,185,122); }
td.TdClassName
{
border-color: #EFB97A;
}
.TagClassName
{
border-color: #EFB97A;
}
</style>