Shades of Corvette #EABA7F
Tints of Corvette #EABA7F
RGB
CMYK
RGB Variations
Color information
#EABA7F (or 0xEABA7F) is known color: Corvette. HEX triplet: EA, BA and 7F. RGB value is (234,186,127). Sum of RGB (Red+Green+Blue) = 234+186+127=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA7F is #154580. Grayscale: #C1C1C1. Windows color (decimal): -1394049 or 8370922. OLE color: 8370922.
HSL color Cylindrical-coordinate representation of color #EABA7F: hue angle of 33.08º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EABA7F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 127 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.08 |
| HSL | 33.08º | 0.72% | 0.71% | - |
| HSV(B) | 33.08º | 0.46% | 0.92% | - |
| XYZ | 55.32 | 54.14 | 27.61 | - |
| YUV | 193.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 127 | 0 | 0.21 | 0.46 | 0.08 | 33.08 | 0.72 | 0.71 |
| Hex | EA | BA | 7F | 0 | 15 | 2E | 8 | 21 | 48 | 47 |
| Octal | 352 | 272 | 177 | 0 | 25 | 56 | 10 | 41 | 110 | 107 |
| Binary | 11101010 | 10111010 | 1111111 | 0 | 10101 | 101110 | 1000 | 100001 | 1001000 | 1000111 |
Color Harmonies of #EABA7F
Complementary color
Monochromatic Colors of #EABA7F
Black with #EABA7F
Text Example
Text Example
White with #EABA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA7F; }
p { color: rgb(234,186,127); }
H1.HeaderClassName
{
color: #EABA7F;
}
.AnyTagClassName
{
color: #EABA7F;
}
</style>
background-color css
<style>
a { background-color: #EABA7F; }
a { background-color: rgb(234,186,127); }
div.DivClassName
{
background-color: #EABA7F;
}
.BgClassName
{
background-color: #EABA7F;
}
</style>
border-color css
<style>
span { border-color: #EABA7F; }
span { border-color: rgb(234,186,127); }
td.TdClassName
{
border-color: #EABA7F;
}
.TagClassName
{
border-color: #EABA7F;
}
</style>