Shades of Corvette #EFB488
Tints of Corvette #EFB488
RGB
CMYK
RGB Variations
Color information
#EFB488 (or 0xEFB488) is known color: Corvette. HEX triplet: EF, B4 and 88. RGB value is (239,180,136). Sum of RGB (Red+Green+Blue) = 239+180+136=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB488 is #104B77. Grayscale: #C0C0C0. Windows color (decimal): -1067896 or 8959215. OLE color: 8959215.
HSL color Cylindrical-coordinate representation of color #EFB488: hue angle of 25.63º 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 #EFB488 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 136 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.06 |
| HSL | 25.63º | 0.76% | 0.74% | - |
| HSV(B) | 25.63º | 0.43% | 0.94% | - |
| XYZ | 56.36 | 52.77 | 30.51 | - |
| YUV | 192.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 136 | 0 | 0.25 | 0.43 | 0.06 | 25.63 | 0.76 | 0.74 |
| Hex | EF | B4 | 88 | 0 | 19 | 2B | 6 | 1A | 4C | 4A |
| Octal | 357 | 264 | 210 | 0 | 31 | 53 | 6 | 32 | 114 | 112 |
| Binary | 11101111 | 10110100 | 10001000 | 0 | 11001 | 101011 | 110 | 11010 | 1001100 | 1001010 |
Color Harmonies of #EFB488
Complementary color
Monochromatic Colors of #EFB488
Black with #EFB488
Text Example
Text Example
White with #EFB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB488; }
p { color: rgb(239,180,136); }
H1.HeaderClassName
{
color: #EFB488;
}
.AnyTagClassName
{
color: #EFB488;
}
</style>
background-color css
<style>
a { background-color: #EFB488; }
a { background-color: rgb(239,180,136); }
div.DivClassName
{
background-color: #EFB488;
}
.BgClassName
{
background-color: #EFB488;
}
</style>
border-color css
<style>
span { border-color: #EFB488; }
span { border-color: rgb(239,180,136); }
td.TdClassName
{
border-color: #EFB488;
}
.TagClassName
{
border-color: #EFB488;
}
</style>