Shades of Corvette #EEBA86
Tints of Corvette #EEBA86
RGB
CMYK
RGB Variations
Color information
#EEBA86 (or 0xEEBA86) is known color: Corvette. HEX triplet: EE, BA and 86. RGB value is (238,186,134). Sum of RGB (Red+Green+Blue) = 238+186+134=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA86 is #114579. Grayscale: #C3C3C3. Windows color (decimal): -1131898 or 8829678. OLE color: 8829678.
HSL color Cylindrical-coordinate representation of color #EEBA86: hue angle of 30º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEBA86 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 134 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.07 |
| HSL | 30º | 0.75% | 0.73% | - |
| HSV(B) | 30º | 0.44% | 0.93% | - |
| XYZ | 57.12 | 55.02 | 30.16 | - |
| YUV | 195.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 134 | 0 | 0.22 | 0.44 | 0.07 | 30 | 0.75 | 0.73 |
| Hex | EE | BA | 86 | 0 | 16 | 2C | 7 | 1E | 4B | 49 |
| Octal | 356 | 272 | 206 | 0 | 26 | 54 | 7 | 36 | 113 | 111 |
| Binary | 11101110 | 10111010 | 10000110 | 0 | 10110 | 101100 | 111 | 11110 | 1001011 | 1001001 |
Color Harmonies of #EEBA86
Complementary color
Monochromatic Colors of #EEBA86
Black with #EEBA86
Text Example
Text Example
White with #EEBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA86; }
p { color: rgb(238,186,134); }
H1.HeaderClassName
{
color: #EEBA86;
}
.AnyTagClassName
{
color: #EEBA86;
}
</style>
background-color css
<style>
a { background-color: #EEBA86; }
a { background-color: rgb(238,186,134); }
div.DivClassName
{
background-color: #EEBA86;
}
.BgClassName
{
background-color: #EEBA86;
}
</style>
border-color css
<style>
span { border-color: #EEBA86; }
span { border-color: rgb(238,186,134); }
td.TdClassName
{
border-color: #EEBA86;
}
.TagClassName
{
border-color: #EEBA86;
}
</style>