Shades of Corvette #EAB785
Tints of Corvette #EAB785
RGB
CMYK
RGB Variations
Color information
#EAB785 (or 0xEAB785) is known color: Corvette. HEX triplet: EA, B7 and 85. RGB value is (234,183,133). Sum of RGB (Red+Green+Blue) = 234+183+133=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB785 is #15487A. Grayscale: #C0C0C0. Windows color (decimal): -1394811 or 8763370. OLE color: 8763370.
HSL color Cylindrical-coordinate representation of color #EAB785: hue angle of 29.7º degrees, saturation: 0.71, 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 #EAB785 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 133 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.08 |
| HSL | 29.7º | 0.71% | 0.72% | - |
| HSV(B) | 29.7º | 0.43% | 0.92% | - |
| XYZ | 55.1 | 53.05 | 29.53 | - |
| YUV | 192.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 133 | 0 | 0.22 | 0.43 | 0.08 | 29.7 | 0.71 | 0.72 |
| Hex | EA | B7 | 85 | 0 | 16 | 2B | 8 | 1E | 47 | 48 |
| Octal | 352 | 267 | 205 | 0 | 26 | 53 | 10 | 36 | 107 | 110 |
| Binary | 11101010 | 10110111 | 10000101 | 0 | 10110 | 101011 | 1000 | 11110 | 1000111 | 1001000 |
Color Harmonies of #EAB785
Complementary color
Monochromatic Colors of #EAB785
Black with #EAB785
Text Example
Text Example
White with #EAB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB785; }
p { color: rgb(234,183,133); }
H1.HeaderClassName
{
color: #EAB785;
}
.AnyTagClassName
{
color: #EAB785;
}
</style>
background-color css
<style>
a { background-color: #EAB785; }
a { background-color: rgb(234,183,133); }
div.DivClassName
{
background-color: #EAB785;
}
.BgClassName
{
background-color: #EAB785;
}
</style>
border-color css
<style>
span { border-color: #EAB785; }
span { border-color: rgb(234,183,133); }
td.TdClassName
{
border-color: #EAB785;
}
.TagClassName
{
border-color: #EAB785;
}
</style>