Shades of Corvette #EABA89
Tints of Corvette #EABA89
RGB
CMYK
RGB Variations
Color information
#EABA89 (or 0xEABA89) is known color: Corvette. HEX triplet: EA, BA and 89. RGB value is (234,186,137). Sum of RGB (Red+Green+Blue) = 234+186+137=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA89 is #154576. Grayscale: #C3C3C3. Windows color (decimal): -1394039 or 9026282. OLE color: 9026282.
HSL color Cylindrical-coordinate representation of color #EABA89: hue angle of 30.31º 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 #EABA89 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 137 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.08 |
| HSL | 30.31º | 0.7% | 0.73% | - |
| HSV(B) | 30.31º | 0.41% | 0.92% | - |
| XYZ | 56.01 | 54.42 | 31.22 | - |
| YUV | 194.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 137 | 0 | 0.21 | 0.41 | 0.08 | 30.31 | 0.7 | 0.73 |
| Hex | EA | BA | 89 | 0 | 15 | 29 | 8 | 1E | 46 | 49 |
| Octal | 352 | 272 | 211 | 0 | 25 | 51 | 10 | 36 | 106 | 111 |
| Binary | 11101010 | 10111010 | 10001001 | 0 | 10101 | 101001 | 1000 | 11110 | 1000110 | 1001001 |
Color Harmonies of #EABA89
Complementary color
Monochromatic Colors of #EABA89
Black with #EABA89
Text Example
Text Example
White with #EABA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA89; }
p { color: rgb(234,186,137); }
H1.HeaderClassName
{
color: #EABA89;
}
.AnyTagClassName
{
color: #EABA89;
}
</style>
background-color css
<style>
a { background-color: #EABA89; }
a { background-color: rgb(234,186,137); }
div.DivClassName
{
background-color: #EABA89;
}
.BgClassName
{
background-color: #EABA89;
}
</style>
border-color css
<style>
span { border-color: #EABA89; }
span { border-color: rgb(234,186,137); }
td.TdClassName
{
border-color: #EABA89;
}
.TagClassName
{
border-color: #EABA89;
}
</style>