Shades of Corvette #EFB978
Tints of Corvette #EFB978
RGB
CMYK
RGB Variations
Color information
#EFB978 (or 0xEFB978) is known color: Corvette. HEX triplet: EF, B9 and 78. RGB value is (239,185,120). Sum of RGB (Red+Green+Blue) = 239+185+120=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB978 is #104687. Grayscale: #C2C2C2. Windows color (decimal): -1066632 or 7911919. OLE color: 7911919.
HSL color Cylindrical-coordinate representation of color #EFB978: hue angle of 32.77º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFB978 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 120 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.06 |
| HSL | 32.77º | 0.79% | 0.7% | - |
| HSV(B) | 32.77º | 0.5% | 0.94% | - |
| XYZ | 56.34 | 54.4 | 25.3 | - |
| YUV | 193.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 120 | 0 | 0.23 | 0.50 | 0.06 | 32.77 | 0.79 | 0.7 |
| Hex | EF | B9 | 78 | 0 | 17 | 32 | 6 | 21 | 4F | 46 |
| Octal | 357 | 271 | 170 | 0 | 27 | 62 | 6 | 41 | 117 | 106 |
| Binary | 11101111 | 10111001 | 1111000 | 0 | 10111 | 110010 | 110 | 100001 | 1001111 | 1000110 |
Color Harmonies of #EFB978
Complementary color
Monochromatic Colors of #EFB978
Black with #EFB978
Text Example
Text Example
White with #EFB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB978; }
p { color: rgb(239,185,120); }
H1.HeaderClassName
{
color: #EFB978;
}
.AnyTagClassName
{
color: #EFB978;
}
</style>
background-color css
<style>
a { background-color: #EFB978; }
a { background-color: rgb(239,185,120); }
div.DivClassName
{
background-color: #EFB978;
}
.BgClassName
{
background-color: #EFB978;
}
</style>
border-color css
<style>
span { border-color: #EFB978; }
span { border-color: rgb(239,185,120); }
td.TdClassName
{
border-color: #EFB978;
}
.TagClassName
{
border-color: #EFB978;
}
</style>