Shades of Corvette #EABA85
Tints of Corvette #EABA85
RGB
CMYK
RGB Variations
Color information
#EABA85 (or 0xEABA85) is known color: Corvette. HEX triplet: EA, BA and 85. RGB value is (234,186,133). Sum of RGB (Red+Green+Blue) = 234+186+133=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA85 is #15457A. Grayscale: #C2C2C2. Windows color (decimal): -1394043 or 8764138. OLE color: 8764138.
HSL color Cylindrical-coordinate representation of color #EABA85: hue angle of 31.49º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EABA85 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 133 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.08 |
| HSL | 31.49º | 0.71% | 0.72% | - |
| HSV(B) | 31.49º | 0.43% | 0.92% | - |
| XYZ | 55.72 | 54.3 | 29.73 | - |
| YUV | 194.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 133 | 0 | 0.21 | 0.43 | 0.08 | 31.49 | 0.71 | 0.72 |
| Hex | EA | BA | 85 | 0 | 15 | 2B | 8 | 1F | 47 | 48 |
| Octal | 352 | 272 | 205 | 0 | 25 | 53 | 10 | 37 | 107 | 110 |
| Binary | 11101010 | 10111010 | 10000101 | 0 | 10101 | 101011 | 1000 | 11111 | 1000111 | 1001000 |
Color Harmonies of #EABA85
Complementary color
Monochromatic Colors of #EABA85
Black with #EABA85
Text Example
Text Example
White with #EABA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA85; }
p { color: rgb(234,186,133); }
H1.HeaderClassName
{
color: #EABA85;
}
.AnyTagClassName
{
color: #EABA85;
}
</style>
background-color css
<style>
a { background-color: #EABA85; }
a { background-color: rgb(234,186,133); }
div.DivClassName
{
background-color: #EABA85;
}
.BgClassName
{
background-color: #EABA85;
}
</style>
border-color css
<style>
span { border-color: #EABA85; }
span { border-color: rgb(234,186,133); }
td.TdClassName
{
border-color: #EABA85;
}
.TagClassName
{
border-color: #EABA85;
}
</style>