Shades of Corvette #EABD86
Tints of Corvette #EABD86
RGB
CMYK
RGB Variations
Color information
#EABD86 (or 0xEABD86) is known color: Corvette. HEX triplet: EA, BD and 86. RGB value is (234,189,134). Sum of RGB (Red+Green+Blue) = 234+189+134=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD86 is #154279. Grayscale: #C4C4C4. Windows color (decimal): -1393274 or 8830442. OLE color: 8830442.
HSL color Cylindrical-coordinate representation of color #EABD86: hue angle of 33º 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 #EABD86 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 134 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.08 |
| HSL | 33º | 0.7% | 0.72% | - |
| HSV(B) | 33º | 0.43% | 0.92% | - |
| XYZ | 56.43 | 55.61 | 30.31 | - |
| YUV | 196.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 134 | 0 | 0.19 | 0.43 | 0.08 | 33 | 0.7 | 0.72 |
| Hex | EA | BD | 86 | 0 | 13 | 2B | 8 | 21 | 46 | 48 |
| Octal | 352 | 275 | 206 | 0 | 23 | 53 | 10 | 41 | 106 | 110 |
| Binary | 11101010 | 10111101 | 10000110 | 0 | 10011 | 101011 | 1000 | 100001 | 1000110 | 1001000 |
Color Harmonies of #EABD86
Complementary color
Monochromatic Colors of #EABD86
Black with #EABD86
Text Example
Text Example
White with #EABD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD86; }
p { color: rgb(234,189,134); }
H1.HeaderClassName
{
color: #EABD86;
}
.AnyTagClassName
{
color: #EABD86;
}
</style>
background-color css
<style>
a { background-color: #EABD86; }
a { background-color: rgb(234,189,134); }
div.DivClassName
{
background-color: #EABD86;
}
.BgClassName
{
background-color: #EABD86;
}
</style>
border-color css
<style>
span { border-color: #EABD86; }
span { border-color: rgb(234,189,134); }
td.TdClassName
{
border-color: #EABD86;
}
.TagClassName
{
border-color: #EABD86;
}
</style>