Shades of Corvette #EABA8A
Tints of Corvette #EABA8A
RGB
CMYK
RGB Variations
Color information
#EABA8A (or 0xEABA8A) is known color: Corvette. HEX triplet: EA, BA and 8A. RGB value is (234,186,138). Sum of RGB (Red+Green+Blue) = 234+186+138=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA8A is #154575. Grayscale: #C3C3C3. Windows color (decimal): -1394038 or 9091818. OLE color: 9091818.
HSL color Cylindrical-coordinate representation of color #EABA8A: hue angle of 30º 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 #EABA8A is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 138 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.08 |
| HSL | 30º | 0.7% | 0.73% | - |
| HSV(B) | 30º | 0.41% | 0.92% | - |
| XYZ | 56.08 | 54.45 | 31.6 | - |
| YUV | 194.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 138 | 0 | 0.21 | 0.41 | 0.08 | 30 | 0.7 | 0.73 |
| Hex | EA | BA | 8A | 0 | 15 | 29 | 8 | 1E | 46 | 49 |
| Octal | 352 | 272 | 212 | 0 | 25 | 51 | 10 | 36 | 106 | 111 |
| Binary | 11101010 | 10111010 | 10001010 | 0 | 10101 | 101001 | 1000 | 11110 | 1000110 | 1001001 |
Color Harmonies of #EABA8A
Complementary color
Monochromatic Colors of #EABA8A
Black with #EABA8A
Text Example
Text Example
White with #EABA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA8A; }
p { color: rgb(234,186,138); }
H1.HeaderClassName
{
color: #EABA8A;
}
.AnyTagClassName
{
color: #EABA8A;
}
</style>
background-color css
<style>
a { background-color: #EABA8A; }
a { background-color: rgb(234,186,138); }
div.DivClassName
{
background-color: #EABA8A;
}
.BgClassName
{
background-color: #EABA8A;
}
</style>
border-color css
<style>
span { border-color: #EABA8A; }
span { border-color: rgb(234,186,138); }
td.TdClassName
{
border-color: #EABA8A;
}
.TagClassName
{
border-color: #EABA8A;
}
</style>