Shades of Corvette #EFB680
Tints of Corvette #EFB680
RGB
CMYK
RGB Variations
Color information
#EFB680 (or 0xEFB680) is known color: Corvette. HEX triplet: EF, B6 and 80. RGB value is (239,182,128). Sum of RGB (Red+Green+Blue) = 239+182+128=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB680 is #10497F. Grayscale: #C1C1C1. Windows color (decimal): -1067392 or 8435439. OLE color: 8435439.
HSL color Cylindrical-coordinate representation of color #EFB680: hue angle of 29.19º 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 #EFB680 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 128 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.06 |
| HSL | 29.19º | 0.78% | 0.72% | - |
| HSV(B) | 29.19º | 0.46% | 0.94% | - |
| XYZ | 56.22 | 53.37 | 27.76 | - |
| YUV | 192.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 128 | 0 | 0.24 | 0.46 | 0.06 | 29.19 | 0.78 | 0.72 |
| Hex | EF | B6 | 80 | 0 | 18 | 2E | 6 | 1D | 4E | 48 |
| Octal | 357 | 266 | 200 | 0 | 30 | 56 | 6 | 35 | 116 | 110 |
| Binary | 11101111 | 10110110 | 10000000 | 0 | 11000 | 101110 | 110 | 11101 | 1001110 | 1001000 |
Color Harmonies of #EFB680
Complementary color
Monochromatic Colors of #EFB680
Black with #EFB680
Text Example
Text Example
White with #EFB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB680; }
p { color: rgb(239,182,128); }
H1.HeaderClassName
{
color: #EFB680;
}
.AnyTagClassName
{
color: #EFB680;
}
</style>
background-color css
<style>
a { background-color: #EFB680; }
a { background-color: rgb(239,182,128); }
div.DivClassName
{
background-color: #EFB680;
}
.BgClassName
{
background-color: #EFB680;
}
</style>
border-color css
<style>
span { border-color: #EFB680; }
span { border-color: rgb(239,182,128); }
td.TdClassName
{
border-color: #EFB680;
}
.TagClassName
{
border-color: #EFB680;
}
</style>