Shades of Corvette #EAB786
Tints of Corvette #EAB786
RGB
CMYK
RGB Variations
Color information
#EAB786 (or 0xEAB786) is known color: Corvette. HEX triplet: EA, B7 and 86. RGB value is (234,183,134). Sum of RGB (Red+Green+Blue) = 234+183+134=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB786 is #154879. Grayscale: #C0C0C0. Windows color (decimal): -1394810 or 8828906. OLE color: 8828906.
HSL color Cylindrical-coordinate representation of color #EAB786: hue angle of 29.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAB786 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 134 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.08 |
| HSL | 29.4º | 0.7% | 0.72% | - |
| HSV(B) | 29.4º | 0.43% | 0.92% | - |
| XYZ | 55.17 | 53.08 | 29.89 | - |
| YUV | 192.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 134 | 0 | 0.22 | 0.43 | 0.08 | 29.4 | 0.7 | 0.72 |
| Hex | EA | B7 | 86 | 0 | 16 | 2B | 8 | 1D | 46 | 48 |
| Octal | 352 | 267 | 206 | 0 | 26 | 53 | 10 | 35 | 106 | 110 |
| Binary | 11101010 | 10110111 | 10000110 | 0 | 10110 | 101011 | 1000 | 11101 | 1000110 | 1001000 |
Color Harmonies of #EAB786
Complementary color
Monochromatic Colors of #EAB786
Black with #EAB786
Text Example
Text Example
White with #EAB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB786; }
p { color: rgb(234,183,134); }
H1.HeaderClassName
{
color: #EAB786;
}
.AnyTagClassName
{
color: #EAB786;
}
</style>
background-color css
<style>
a { background-color: #EAB786; }
a { background-color: rgb(234,183,134); }
div.DivClassName
{
background-color: #EAB786;
}
.BgClassName
{
background-color: #EAB786;
}
</style>
border-color css
<style>
span { border-color: #EAB786; }
span { border-color: rgb(234,183,134); }
td.TdClassName
{
border-color: #EAB786;
}
.TagClassName
{
border-color: #EAB786;
}
</style>