Shades of Corvette #EABD8A
Tints of Corvette #EABD8A
RGB
CMYK
RGB Variations
Color information
#EABD8A (or 0xEABD8A) is known color: Corvette. HEX triplet: EA, BD and 8A. RGB value is (234,189,138). Sum of RGB (Red+Green+Blue) = 234+189+138=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD8A is #154275. Grayscale: #C4C4C4. Windows color (decimal): -1393270 or 9092586. OLE color: 9092586.
HSL color Cylindrical-coordinate representation of color #EABD8A: hue angle of 31.88º 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 #EABD8A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 138 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.08 |
| HSL | 31.88º | 0.7% | 0.73% | - |
| HSV(B) | 31.88º | 0.41% | 0.92% | - |
| XYZ | 56.72 | 55.72 | 31.81 | - |
| YUV | 196.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 138 | 0 | 0.19 | 0.41 | 0.08 | 31.88 | 0.7 | 0.73 |
| Hex | EA | BD | 8A | 0 | 13 | 29 | 8 | 20 | 46 | 49 |
| Octal | 352 | 275 | 212 | 0 | 23 | 51 | 10 | 40 | 106 | 111 |
| Binary | 11101010 | 10111101 | 10001010 | 0 | 10011 | 101001 | 1000 | 100000 | 1000110 | 1001001 |
Color Harmonies of #EABD8A
Complementary color
Monochromatic Colors of #EABD8A
Black with #EABD8A
Text Example
Text Example
White with #EABD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD8A; }
p { color: rgb(234,189,138); }
H1.HeaderClassName
{
color: #EABD8A;
}
.AnyTagClassName
{
color: #EABD8A;
}
</style>
background-color css
<style>
a { background-color: #EABD8A; }
a { background-color: rgb(234,189,138); }
div.DivClassName
{
background-color: #EABD8A;
}
.BgClassName
{
background-color: #EABD8A;
}
</style>
border-color css
<style>
span { border-color: #EABD8A; }
span { border-color: rgb(234,189,138); }
td.TdClassName
{
border-color: #EABD8A;
}
.TagClassName
{
border-color: #EABD8A;
}
</style>