Shades of Corvette #EFB97F
Tints of Corvette #EFB97F
RGB
CMYK
RGB Variations
Color information
#EFB97F (or 0xEFB97F) is known color: Corvette. HEX triplet: EF, B9 and 7F. RGB value is (239,185,127). Sum of RGB (Red+Green+Blue) = 239+185+127=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97F is #104680. Grayscale: #C2C2C2. Windows color (decimal): -1066625 or 8370671. OLE color: 8370671.
HSL color Cylindrical-coordinate representation of color #EFB97F: hue angle of 31.07º 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 #EFB97F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 127 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.06 |
| HSL | 31.07º | 0.78% | 0.72% | - |
| HSV(B) | 31.07º | 0.47% | 0.94% | - |
| XYZ | 56.78 | 54.58 | 27.62 | - |
| YUV | 194.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 127 | 0 | 0.23 | 0.47 | 0.06 | 31.07 | 0.78 | 0.72 |
| Hex | EF | B9 | 7F | 0 | 17 | 2F | 6 | 1F | 4E | 48 |
| Octal | 357 | 271 | 177 | 0 | 27 | 57 | 6 | 37 | 116 | 110 |
| Binary | 11101111 | 10111001 | 1111111 | 0 | 10111 | 101111 | 110 | 11111 | 1001110 | 1001000 |
Color Harmonies of #EFB97F
Complementary color
Monochromatic Colors of #EFB97F
Black with #EFB97F
Text Example
Text Example
White with #EFB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB97F; }
p { color: rgb(239,185,127); }
H1.HeaderClassName
{
color: #EFB97F;
}
.AnyTagClassName
{
color: #EFB97F;
}
</style>
background-color css
<style>
a { background-color: #EFB97F; }
a { background-color: rgb(239,185,127); }
div.DivClassName
{
background-color: #EFB97F;
}
.BgClassName
{
background-color: #EFB97F;
}
</style>
border-color css
<style>
span { border-color: #EFB97F; }
span { border-color: rgb(239,185,127); }
td.TdClassName
{
border-color: #EFB97F;
}
.TagClassName
{
border-color: #EFB97F;
}
</style>