Shades of Corvette #EABB85
Tints of Corvette #EABB85
RGB
CMYK
RGB Variations
Color information
#EABB85 (or 0xEABB85) is known color: Corvette. HEX triplet: EA, BB and 85. RGB value is (234,187,133). Sum of RGB (Red+Green+Blue) = 234+187+133=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB85 is #15447A. Grayscale: #C3C3C3. Windows color (decimal): -1393787 or 8764394. OLE color: 8764394.
HSL color Cylindrical-coordinate representation of color #EABB85: hue angle of 32.08º 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 #EABB85 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 133 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.08 |
| HSL | 32.08º | 0.71% | 0.72% | - |
| HSV(B) | 32.08º | 0.43% | 0.92% | - |
| XYZ | 55.94 | 54.73 | 29.81 | - |
| YUV | 194.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 133 | 0 | 0.20 | 0.43 | 0.08 | 32.08 | 0.71 | 0.72 |
| Hex | EA | BB | 85 | 0 | 14 | 2B | 8 | 20 | 47 | 48 |
| Octal | 352 | 273 | 205 | 0 | 24 | 53 | 10 | 40 | 107 | 110 |
| Binary | 11101010 | 10111011 | 10000101 | 0 | 10100 | 101011 | 1000 | 100000 | 1000111 | 1001000 |
Color Harmonies of #EABB85
Complementary color
Monochromatic Colors of #EABB85
Black with #EABB85
Text Example
Text Example
White with #EABB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB85; }
p { color: rgb(234,187,133); }
H1.HeaderClassName
{
color: #EABB85;
}
.AnyTagClassName
{
color: #EABB85;
}
</style>
background-color css
<style>
a { background-color: #EABB85; }
a { background-color: rgb(234,187,133); }
div.DivClassName
{
background-color: #EABB85;
}
.BgClassName
{
background-color: #EABB85;
}
</style>
border-color css
<style>
span { border-color: #EABB85; }
span { border-color: rgb(234,187,133); }
td.TdClassName
{
border-color: #EABB85;
}
.TagClassName
{
border-color: #EABB85;
}
</style>