Shades of Corvette #EABB89
Tints of Corvette #EABB89
RGB
CMYK
RGB Variations
Color information
#EABB89 (or 0xEABB89) is known color: Corvette. HEX triplet: EA, BB and 89. RGB value is (234,187,137). Sum of RGB (Red+Green+Blue) = 234+187+137=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB89 is #154476. Grayscale: #C3C3C3. Windows color (decimal): -1393783 or 9026538. OLE color: 9026538.
HSL color Cylindrical-coordinate representation of color #EABB89: hue angle of 30.93º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EABB89 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 137 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.08 |
| HSL | 30.93º | 0.7% | 0.73% | - |
| HSV(B) | 30.93º | 0.41% | 0.92% | - |
| XYZ | 56.22 | 54.84 | 31.29 | - |
| YUV | 195.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 137 | 0 | 0.20 | 0.41 | 0.08 | 30.93 | 0.7 | 0.73 |
| Hex | EA | BB | 89 | 0 | 14 | 29 | 8 | 1F | 46 | 49 |
| Octal | 352 | 273 | 211 | 0 | 24 | 51 | 10 | 37 | 106 | 111 |
| Binary | 11101010 | 10111011 | 10001001 | 0 | 10100 | 101001 | 1000 | 11111 | 1000110 | 1001001 |
Color Harmonies of #EABB89
Complementary color
Monochromatic Colors of #EABB89
Black with #EABB89
Text Example
Text Example
White with #EABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB89; }
p { color: rgb(234,187,137); }
H1.HeaderClassName
{
color: #EABB89;
}
.AnyTagClassName
{
color: #EABB89;
}
</style>
background-color css
<style>
a { background-color: #EABB89; }
a { background-color: rgb(234,187,137); }
div.DivClassName
{
background-color: #EABB89;
}
.BgClassName
{
background-color: #EABB89;
}
</style>
border-color css
<style>
span { border-color: #EABB89; }
span { border-color: rgb(234,187,137); }
td.TdClassName
{
border-color: #EABB89;
}
.TagClassName
{
border-color: #EABB89;
}
</style>