Shades of Corvette #EFB888
Tints of Corvette #EFB888
RGB
CMYK
RGB Variations
Color information
#EFB888 (or 0xEFB888) is known color: Corvette. HEX triplet: EF, B8 and 88. RGB value is (239,184,136). Sum of RGB (Red+Green+Blue) = 239+184+136=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB888 is #104777. Grayscale: #C3C3C3. Windows color (decimal): -1066872 or 8960239. OLE color: 8960239.
HSL color Cylindrical-coordinate representation of color #EFB888: hue angle of 27.96º 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 #EFB888 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 136 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.06 |
| HSL | 27.96º | 0.76% | 0.74% | - |
| HSV(B) | 27.96º | 0.43% | 0.94% | - |
| XYZ | 57.18 | 54.41 | 30.78 | - |
| YUV | 194.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 136 | 0 | 0.23 | 0.43 | 0.06 | 27.96 | 0.76 | 0.74 |
| Hex | EF | B8 | 88 | 0 | 17 | 2B | 6 | 1C | 4C | 4A |
| Octal | 357 | 270 | 210 | 0 | 27 | 53 | 6 | 34 | 114 | 112 |
| Binary | 11101111 | 10111000 | 10001000 | 0 | 10111 | 101011 | 110 | 11100 | 1001100 | 1001010 |
Color Harmonies of #EFB888
Complementary color
Monochromatic Colors of #EFB888
Black with #EFB888
Text Example
Text Example
White with #EFB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB888; }
p { color: rgb(239,184,136); }
H1.HeaderClassName
{
color: #EFB888;
}
.AnyTagClassName
{
color: #EFB888;
}
</style>
background-color css
<style>
a { background-color: #EFB888; }
a { background-color: rgb(239,184,136); }
div.DivClassName
{
background-color: #EFB888;
}
.BgClassName
{
background-color: #EFB888;
}
</style>
border-color css
<style>
span { border-color: #EFB888; }
span { border-color: rgb(239,184,136); }
td.TdClassName
{
border-color: #EFB888;
}
.TagClassName
{
border-color: #EFB888;
}
</style>