Shades of Corvette #EABB86
Tints of Corvette #EABB86
RGB
CMYK
RGB Variations
Color information
#EABB86 (or 0xEABB86) is known color: Corvette. HEX triplet: EA, BB and 86. RGB value is (234,187,134). Sum of RGB (Red+Green+Blue) = 234+187+134=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB86 is #154479. Grayscale: #C3C3C3. Windows color (decimal): -1393786 or 8829930. OLE color: 8829930.
HSL color Cylindrical-coordinate representation of color #EABB86: hue angle of 31.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EABB86 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 134 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.08 |
| HSL | 31.8º | 0.7% | 0.72% | - |
| HSV(B) | 31.8º | 0.43% | 0.92% | - |
| XYZ | 56.01 | 54.75 | 30.17 | - |
| YUV | 195.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 134 | 0 | 0.20 | 0.43 | 0.08 | 31.8 | 0.7 | 0.72 |
| Hex | EA | BB | 86 | 0 | 14 | 2B | 8 | 20 | 46 | 48 |
| Octal | 352 | 273 | 206 | 0 | 24 | 53 | 10 | 40 | 106 | 110 |
| Binary | 11101010 | 10111011 | 10000110 | 0 | 10100 | 101011 | 1000 | 100000 | 1000110 | 1001000 |
Color Harmonies of #EABB86
Complementary color
Monochromatic Colors of #EABB86
Black with #EABB86
Text Example
Text Example
White with #EABB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB86; }
p { color: rgb(234,187,134); }
H1.HeaderClassName
{
color: #EABB86;
}
.AnyTagClassName
{
color: #EABB86;
}
</style>
background-color css
<style>
a { background-color: #EABB86; }
a { background-color: rgb(234,187,134); }
div.DivClassName
{
background-color: #EABB86;
}
.BgClassName
{
background-color: #EABB86;
}
</style>
border-color css
<style>
span { border-color: #EABB86; }
span { border-color: rgb(234,187,134); }
td.TdClassName
{
border-color: #EABB86;
}
.TagClassName
{
border-color: #EABB86;
}
</style>