Shades of Corvette #EFBC80
Tints of Corvette #EFBC80
RGB
CMYK
RGB Variations
Color information
#EFBC80 (or 0xEFBC80) is known color: Corvette. HEX triplet: EF, BC and 80. RGB value is (239,188,128). Sum of RGB (Red+Green+Blue) = 239+188+128=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC80 is #10437F. Grayscale: #C4C4C4. Windows color (decimal): -1065856 or 8436975. OLE color: 8436975.
HSL color Cylindrical-coordinate representation of color #EFBC80: hue angle of 32.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFBC80 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 128 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.06 |
| HSL | 32.43º | 0.78% | 0.72% | - |
| HSV(B) | 32.43º | 0.46% | 0.94% | - |
| XYZ | 57.48 | 55.88 | 28.18 | - |
| YUV | 196.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 128 | 0 | 0.21 | 0.46 | 0.06 | 32.43 | 0.78 | 0.72 |
| Hex | EF | BC | 80 | 0 | 15 | 2E | 6 | 20 | 4E | 48 |
| Octal | 357 | 274 | 200 | 0 | 25 | 56 | 6 | 40 | 116 | 110 |
| Binary | 11101111 | 10111100 | 10000000 | 0 | 10101 | 101110 | 110 | 100000 | 1001110 | 1001000 |
Color Harmonies of #EFBC80
Complementary color
Monochromatic Colors of #EFBC80
Black with #EFBC80
Text Example
Text Example
White with #EFBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC80; }
p { color: rgb(239,188,128); }
H1.HeaderClassName
{
color: #EFBC80;
}
.AnyTagClassName
{
color: #EFBC80;
}
</style>
background-color css
<style>
a { background-color: #EFBC80; }
a { background-color: rgb(239,188,128); }
div.DivClassName
{
background-color: #EFBC80;
}
.BgClassName
{
background-color: #EFBC80;
}
</style>
border-color css
<style>
span { border-color: #EFBC80; }
span { border-color: rgb(239,188,128); }
td.TdClassName
{
border-color: #EFBC80;
}
.TagClassName
{
border-color: #EFBC80;
}
</style>