Shades of Corvette #EABA78
Tints of Corvette #EABA78
RGB
CMYK
RGB Variations
Color information
#EABA78 (or 0xEABA78) is known color: Corvette. HEX triplet: EA, BA and 78. RGB value is (234,186,120). Sum of RGB (Red+Green+Blue) = 234+186+120=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA78 is #154587. Grayscale: #C1C1C1. Windows color (decimal): -1394056 or 7912170. OLE color: 7912170.
HSL color Cylindrical-coordinate representation of color #EABA78: hue angle of 34.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EABA78 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 120 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.08 |
| HSL | 34.74º | 0.73% | 0.69% | - |
| HSV(B) | 34.74º | 0.49% | 0.92% | - |
| XYZ | 54.88 | 53.97 | 25.29 | - |
| YUV | 192.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 120 | 0 | 0.21 | 0.49 | 0.08 | 34.74 | 0.73 | 0.69 |
| Hex | EA | BA | 78 | 0 | 15 | 31 | 8 | 23 | 49 | 45 |
| Octal | 352 | 272 | 170 | 0 | 25 | 61 | 10 | 43 | 111 | 105 |
| Binary | 11101010 | 10111010 | 1111000 | 0 | 10101 | 110001 | 1000 | 100011 | 1001001 | 1000101 |
Color Harmonies of #EABA78
Complementary color
Monochromatic Colors of #EABA78
Black with #EABA78
Text Example
Text Example
White with #EABA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA78; }
p { color: rgb(234,186,120); }
H1.HeaderClassName
{
color: #EABA78;
}
.AnyTagClassName
{
color: #EABA78;
}
</style>
background-color css
<style>
a { background-color: #EABA78; }
a { background-color: rgb(234,186,120); }
div.DivClassName
{
background-color: #EABA78;
}
.BgClassName
{
background-color: #EABA78;
}
</style>
border-color css
<style>
span { border-color: #EABA78; }
span { border-color: rgb(234,186,120); }
td.TdClassName
{
border-color: #EABA78;
}
.TagClassName
{
border-color: #EABA78;
}
</style>