Shades of Corvette #EFB97E
Tints of Corvette #EFB97E
RGB
CMYK
RGB Variations
Color information
#EFB97E (or 0xEFB97E) is known color: Corvette. HEX triplet: EF, B9 and 7E. RGB value is (239,185,126). Sum of RGB (Red+Green+Blue) = 239+185+126=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97E is #104681. Grayscale: #C2C2C2. Windows color (decimal): -1066626 or 8305135. OLE color: 8305135.
HSL color Cylindrical-coordinate representation of color #EFB97E: hue angle of 31.33º 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 #EFB97E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 126 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.06 |
| HSL | 31.33º | 0.78% | 0.72% | - |
| HSV(B) | 31.33º | 0.47% | 0.94% | - |
| XYZ | 56.71 | 54.56 | 27.28 | - |
| YUV | 194.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 126 | 0 | 0.23 | 0.47 | 0.06 | 31.33 | 0.78 | 0.72 |
| Hex | EF | B9 | 7E | 0 | 17 | 2F | 6 | 1F | 4E | 48 |
| Octal | 357 | 271 | 176 | 0 | 27 | 57 | 6 | 37 | 116 | 110 |
| Binary | 11101111 | 10111001 | 1111110 | 0 | 10111 | 101111 | 110 | 11111 | 1001110 | 1001000 |
Color Harmonies of #EFB97E
Complementary color
Monochromatic Colors of #EFB97E
Black with #EFB97E
Text Example
Text Example
White with #EFB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB97E; }
p { color: rgb(239,185,126); }
H1.HeaderClassName
{
color: #EFB97E;
}
.AnyTagClassName
{
color: #EFB97E;
}
</style>
background-color css
<style>
a { background-color: #EFB97E; }
a { background-color: rgb(239,185,126); }
div.DivClassName
{
background-color: #EFB97E;
}
.BgClassName
{
background-color: #EFB97E;
}
</style>
border-color css
<style>
span { border-color: #EFB97E; }
span { border-color: rgb(239,185,126); }
td.TdClassName
{
border-color: #EFB97E;
}
.TagClassName
{
border-color: #EFB97E;
}
</style>