Shades of Corvette #EABB88
Tints of Corvette #EABB88
RGB
CMYK
RGB Variations
Color information
#EABB88 (or 0xEABB88) is known color: Corvette. HEX triplet: EA, BB and 88. RGB value is (234,187,136). Sum of RGB (Red+Green+Blue) = 234+187+136=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB88 is #154477. Grayscale: #C3C3C3. Windows color (decimal): -1393784 or 8961002. OLE color: 8961002.
HSL color Cylindrical-coordinate representation of color #EABB88: hue angle of 31.22º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EABB88 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 136 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.08 |
| HSL | 31.22º | 0.7% | 0.73% | - |
| HSV(B) | 31.22º | 0.42% | 0.92% | - |
| XYZ | 56.15 | 54.81 | 30.91 | - |
| YUV | 195.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 136 | 0 | 0.20 | 0.42 | 0.08 | 31.22 | 0.7 | 0.73 |
| Hex | EA | BB | 88 | 0 | 14 | 2A | 8 | 1F | 46 | 49 |
| Octal | 352 | 273 | 210 | 0 | 24 | 52 | 10 | 37 | 106 | 111 |
| Binary | 11101010 | 10111011 | 10001000 | 0 | 10100 | 101010 | 1000 | 11111 | 1000110 | 1001001 |
Color Harmonies of #EABB88
Complementary color
Monochromatic Colors of #EABB88
Black with #EABB88
Text Example
Text Example
White with #EABB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB88; }
p { color: rgb(234,187,136); }
H1.HeaderClassName
{
color: #EABB88;
}
.AnyTagClassName
{
color: #EABB88;
}
</style>
background-color css
<style>
a { background-color: #EABB88; }
a { background-color: rgb(234,187,136); }
div.DivClassName
{
background-color: #EABB88;
}
.BgClassName
{
background-color: #EABB88;
}
</style>
border-color css
<style>
span { border-color: #EABB88; }
span { border-color: rgb(234,187,136); }
td.TdClassName
{
border-color: #EABB88;
}
.TagClassName
{
border-color: #EABB88;
}
</style>