Shades of Corvette #EFBB87
Tints of Corvette #EFBB87
RGB
CMYK
RGB Variations
Color information
#EFBB87 (or 0xEFBB87) is known color: Corvette. HEX triplet: EF, BB and 87. RGB value is (239,187,135). Sum of RGB (Red+Green+Blue) = 239+187+135=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB87 is #104478. Grayscale: #C4C4C4. Windows color (decimal): -1066105 or 8895471. OLE color: 8895471.
HSL color Cylindrical-coordinate representation of color #EFBB87: hue angle of 30º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFBB87 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 135 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.06 |
| HSL | 30º | 0.76% | 0.73% | - |
| HSV(B) | 30º | 0.44% | 0.94% | - |
| XYZ | 57.74 | 55.64 | 30.62 | - |
| YUV | 196.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 135 | 0 | 0.22 | 0.44 | 0.06 | 30 | 0.76 | 0.73 |
| Hex | EF | BB | 87 | 0 | 16 | 2C | 6 | 1E | 4C | 49 |
| Octal | 357 | 273 | 207 | 0 | 26 | 54 | 6 | 36 | 114 | 111 |
| Binary | 11101111 | 10111011 | 10000111 | 0 | 10110 | 101100 | 110 | 11110 | 1001100 | 1001001 |
Color Harmonies of #EFBB87
Complementary color
Monochromatic Colors of #EFBB87
Black with #EFBB87
Text Example
Text Example
White with #EFBB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB87; }
p { color: rgb(239,187,135); }
H1.HeaderClassName
{
color: #EFBB87;
}
.AnyTagClassName
{
color: #EFBB87;
}
</style>
background-color css
<style>
a { background-color: #EFBB87; }
a { background-color: rgb(239,187,135); }
div.DivClassName
{
background-color: #EFBB87;
}
.BgClassName
{
background-color: #EFBB87;
}
</style>
border-color css
<style>
span { border-color: #EFBB87; }
span { border-color: rgb(239,187,135); }
td.TdClassName
{
border-color: #EFBB87;
}
.TagClassName
{
border-color: #EFBB87;
}
</style>