Shades of Corvette #EABE89
Tints of Corvette #EABE89
RGB
CMYK
RGB Variations
Color information
#EABE89 (or 0xEABE89) is known color: Corvette. HEX triplet: EA, BE and 89. RGB value is (234,190,137). Sum of RGB (Red+Green+Blue) = 234+190+137=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE89 is #154176. Grayscale: #C5C5C5. Windows color (decimal): -1393015 or 9027306. OLE color: 9027306.
HSL color Cylindrical-coordinate representation of color #EABE89: hue angle of 32.78º 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 #EABE89 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 137 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.08 |
| HSL | 32.78º | 0.7% | 0.73% | - |
| HSV(B) | 32.78º | 0.41% | 0.92% | - |
| XYZ | 56.86 | 56.13 | 31.5 | - |
| YUV | 197.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 137 | 0 | 0.19 | 0.41 | 0.08 | 32.78 | 0.7 | 0.73 |
| Hex | EA | BE | 89 | 0 | 13 | 29 | 8 | 21 | 46 | 49 |
| Octal | 352 | 276 | 211 | 0 | 23 | 51 | 10 | 41 | 106 | 111 |
| Binary | 11101010 | 10111110 | 10001001 | 0 | 10011 | 101001 | 1000 | 100001 | 1000110 | 1001001 |
Color Harmonies of #EABE89
Complementary color
Monochromatic Colors of #EABE89
Black with #EABE89
Text Example
Text Example
White with #EABE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE89; }
p { color: rgb(234,190,137); }
H1.HeaderClassName
{
color: #EABE89;
}
.AnyTagClassName
{
color: #EABE89;
}
</style>
background-color css
<style>
a { background-color: #EABE89; }
a { background-color: rgb(234,190,137); }
div.DivClassName
{
background-color: #EABE89;
}
.BgClassName
{
background-color: #EABE89;
}
</style>
border-color css
<style>
span { border-color: #EABE89; }
span { border-color: rgb(234,190,137); }
td.TdClassName
{
border-color: #EABE89;
}
.TagClassName
{
border-color: #EABE89;
}
</style>