Shades of Corvette #EABA7D
Tints of Corvette #EABA7D
RGB
CMYK
RGB Variations
Color information
#EABA7D (or 0xEABA7D) is known color: Corvette. HEX triplet: EA, BA and 7D. RGB value is (234,186,125). Sum of RGB (Red+Green+Blue) = 234+186+125=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA7D is #154582. Grayscale: #C1C1C1. Windows color (decimal): -1394051 or 8239850. OLE color: 8239850.
HSL color Cylindrical-coordinate representation of color #EABA7D: hue angle of 33.58º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EABA7D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 125 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.08 |
| HSL | 33.58º | 0.72% | 0.7% | - |
| HSV(B) | 33.58º | 0.47% | 0.92% | - |
| XYZ | 55.19 | 54.09 | 26.93 | - |
| YUV | 193.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 125 | 0 | 0.21 | 0.47 | 0.08 | 33.58 | 0.72 | 0.7 |
| Hex | EA | BA | 7D | 0 | 15 | 2F | 8 | 22 | 48 | 46 |
| Octal | 352 | 272 | 175 | 0 | 25 | 57 | 10 | 42 | 110 | 106 |
| Binary | 11101010 | 10111010 | 1111101 | 0 | 10101 | 101111 | 1000 | 100010 | 1001000 | 1000110 |
Color Harmonies of #EABA7D
Complementary color
Monochromatic Colors of #EABA7D
Black with #EABA7D
Text Example
Text Example
White with #EABA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA7D; }
p { color: rgb(234,186,125); }
H1.HeaderClassName
{
color: #EABA7D;
}
.AnyTagClassName
{
color: #EABA7D;
}
</style>
background-color css
<style>
a { background-color: #EABA7D; }
a { background-color: rgb(234,186,125); }
div.DivClassName
{
background-color: #EABA7D;
}
.BgClassName
{
background-color: #EABA7D;
}
</style>
border-color css
<style>
span { border-color: #EABA7D; }
span { border-color: rgb(234,186,125); }
td.TdClassName
{
border-color: #EABA7D;
}
.TagClassName
{
border-color: #EABA7D;
}
</style>