Shades of Corvette #EABA76
Tints of Corvette #EABA76
RGB
CMYK
RGB Variations
Color information
#EABA76 (or 0xEABA76) is known color: Corvette. HEX triplet: EA, BA and 76. RGB value is (234,186,118). Sum of RGB (Red+Green+Blue) = 234+186+118=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA76 is #154589. Grayscale: #C0C0C0. Windows color (decimal): -1394058 or 7781098. OLE color: 7781098.
HSL color Cylindrical-coordinate representation of color #EABA76: hue angle of 35.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EABA76 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 118 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.08 |
| HSL | 35.17º | 0.73% | 0.69% | - |
| HSV(B) | 35.17º | 0.5% | 0.92% | - |
| XYZ | 54.76 | 53.92 | 24.66 | - |
| YUV | 192.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 118 | 0 | 0.21 | 0.50 | 0.08 | 35.17 | 0.73 | 0.69 |
| Hex | EA | BA | 76 | 0 | 15 | 32 | 8 | 23 | 49 | 45 |
| Octal | 352 | 272 | 166 | 0 | 25 | 62 | 10 | 43 | 111 | 105 |
| Binary | 11101010 | 10111010 | 1110110 | 0 | 10101 | 110010 | 1000 | 100011 | 1001001 | 1000101 |
Color Harmonies of #EABA76
Complementary color
Monochromatic Colors of #EABA76
Black with #EABA76
Text Example
Text Example
White with #EABA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA76; }
p { color: rgb(234,186,118); }
H1.HeaderClassName
{
color: #EABA76;
}
.AnyTagClassName
{
color: #EABA76;
}
</style>
background-color css
<style>
a { background-color: #EABA76; }
a { background-color: rgb(234,186,118); }
div.DivClassName
{
background-color: #EABA76;
}
.BgClassName
{
background-color: #EABA76;
}
</style>
border-color css
<style>
span { border-color: #EABA76; }
span { border-color: rgb(234,186,118); }
td.TdClassName
{
border-color: #EABA76;
}
.TagClassName
{
border-color: #EABA76;
}
</style>