Shades of Corvette #EABB7E
Tints of Corvette #EABB7E
RGB
CMYK
RGB Variations
Color information
#EABB7E (or 0xEABB7E) is known color: Corvette. HEX triplet: EA, BB and 7E. RGB value is (234,187,126). Sum of RGB (Red+Green+Blue) = 234+187+126=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB7E is #154481. Grayscale: #C2C2C2. Windows color (decimal): -1393794 or 8305642. OLE color: 8305642.
HSL color Cylindrical-coordinate representation of color #EABB7E: hue angle of 33.89º 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 #EABB7E is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 126 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.08 |
| HSL | 33.89º | 0.72% | 0.71% | - |
| HSV(B) | 33.89º | 0.46% | 0.92% | - |
| XYZ | 55.47 | 54.54 | 27.34 | - |
| YUV | 194.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 126 | 0 | 0.20 | 0.46 | 0.08 | 33.89 | 0.72 | 0.71 |
| Hex | EA | BB | 7E | 0 | 14 | 2E | 8 | 22 | 48 | 47 |
| Octal | 352 | 273 | 176 | 0 | 24 | 56 | 10 | 42 | 110 | 107 |
| Binary | 11101010 | 10111011 | 1111110 | 0 | 10100 | 101110 | 1000 | 100010 | 1001000 | 1000111 |
Color Harmonies of #EABB7E
Complementary color
Monochromatic Colors of #EABB7E
Black with #EABB7E
Text Example
Text Example
White with #EABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB7E; }
p { color: rgb(234,187,126); }
H1.HeaderClassName
{
color: #EABB7E;
}
.AnyTagClassName
{
color: #EABB7E;
}
</style>
background-color css
<style>
a { background-color: #EABB7E; }
a { background-color: rgb(234,187,126); }
div.DivClassName
{
background-color: #EABB7E;
}
.BgClassName
{
background-color: #EABB7E;
}
</style>
border-color css
<style>
span { border-color: #EABB7E; }
span { border-color: rgb(234,187,126); }
td.TdClassName
{
border-color: #EABB7E;
}
.TagClassName
{
border-color: #EABB7E;
}
</style>