Shades of Corvette #EFB688
Tints of Corvette #EFB688
RGB
CMYK
RGB Variations
Color information
#EFB688 (or 0xEFB688) is known color: Corvette. HEX triplet: EF, B6 and 88. RGB value is (239,182,136). Sum of RGB (Red+Green+Blue) = 239+182+136=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB688 is #104977. Grayscale: #C2C2C2. Windows color (decimal): -1067384 or 8959727. OLE color: 8959727.
HSL color Cylindrical-coordinate representation of color #EFB688: hue angle of 26.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFB688 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 136 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.06 |
| HSL | 26.8º | 0.76% | 0.74% | - |
| HSV(B) | 26.8º | 0.43% | 0.94% | - |
| XYZ | 56.77 | 53.58 | 30.64 | - |
| YUV | 193.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 136 | 0 | 0.24 | 0.43 | 0.06 | 26.8 | 0.76 | 0.74 |
| Hex | EF | B6 | 88 | 0 | 18 | 2B | 6 | 1B | 4C | 4A |
| Octal | 357 | 266 | 210 | 0 | 30 | 53 | 6 | 33 | 114 | 112 |
| Binary | 11101111 | 10110110 | 10001000 | 0 | 11000 | 101011 | 110 | 11011 | 1001100 | 1001010 |
Color Harmonies of #EFB688
Complementary color
Monochromatic Colors of #EFB688
Black with #EFB688
Text Example
Text Example
White with #EFB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB688; }
p { color: rgb(239,182,136); }
H1.HeaderClassName
{
color: #EFB688;
}
.AnyTagClassName
{
color: #EFB688;
}
</style>
background-color css
<style>
a { background-color: #EFB688; }
a { background-color: rgb(239,182,136); }
div.DivClassName
{
background-color: #EFB688;
}
.BgClassName
{
background-color: #EFB688;
}
</style>
border-color css
<style>
span { border-color: #EFB688; }
span { border-color: rgb(239,182,136); }
td.TdClassName
{
border-color: #EFB688;
}
.TagClassName
{
border-color: #EFB688;
}
</style>