Shades of Corvette #EFB97D
Tints of Corvette #EFB97D
RGB
CMYK
RGB Variations
Color information
#EFB97D (or 0xEFB97D) is known color: Corvette. HEX triplet: EF, B9 and 7D. RGB value is (239,185,125). Sum of RGB (Red+Green+Blue) = 239+185+125=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97D is #104682. Grayscale: #C2C2C2. Windows color (decimal): -1066627 or 8239599. OLE color: 8239599.
HSL color Cylindrical-coordinate representation of color #EFB97D: hue angle of 31.58º 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 #EFB97D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 125 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.06 |
| HSL | 31.58º | 0.78% | 0.71% | - |
| HSV(B) | 31.58º | 0.48% | 0.94% | - |
| XYZ | 56.65 | 54.53 | 26.94 | - |
| YUV | 194.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 125 | 0 | 0.23 | 0.48 | 0.06 | 31.58 | 0.78 | 0.71 |
| Hex | EF | B9 | 7D | 0 | 17 | 30 | 6 | 20 | 4E | 47 |
| Octal | 357 | 271 | 175 | 0 | 27 | 60 | 6 | 40 | 116 | 107 |
| Binary | 11101111 | 10111001 | 1111101 | 0 | 10111 | 110000 | 110 | 100000 | 1001110 | 1000111 |
Color Harmonies of #EFB97D
Complementary color
Monochromatic Colors of #EFB97D
Black with #EFB97D
Text Example
Text Example
White with #EFB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB97D; }
p { color: rgb(239,185,125); }
H1.HeaderClassName
{
color: #EFB97D;
}
.AnyTagClassName
{
color: #EFB97D;
}
</style>
background-color css
<style>
a { background-color: #EFB97D; }
a { background-color: rgb(239,185,125); }
div.DivClassName
{
background-color: #EFB97D;
}
.BgClassName
{
background-color: #EFB97D;
}
</style>
border-color css
<style>
span { border-color: #EFB97D; }
span { border-color: rgb(239,185,125); }
td.TdClassName
{
border-color: #EFB97D;
}
.TagClassName
{
border-color: #EFB97D;
}
</style>