Shades of Corvette #EEBA8D
Tints of Corvette #EEBA8D
RGB
CMYK
RGB Variations
Color information
#EEBA8D (or 0xEEBA8D) is known color: Corvette. HEX triplet: EE, BA and 8D. RGB value is (238,186,141). Sum of RGB (Red+Green+Blue) = 238+186+141=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA8D is #114572. Grayscale: #C4C4C4. Windows color (decimal): -1131891 or 9288430. OLE color: 9288430.
HSL color Cylindrical-coordinate representation of color #EEBA8D: hue angle of 27.84º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEBA8D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 141 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.07 |
| HSL | 27.84º | 0.74% | 0.74% | - |
| HSV(B) | 27.84º | 0.41% | 0.93% | - |
| XYZ | 57.63 | 55.22 | 32.82 | - |
| YUV | 196.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 141 | 0 | 0.22 | 0.41 | 0.07 | 27.84 | 0.74 | 0.74 |
| Hex | EE | BA | 8D | 0 | 16 | 29 | 7 | 1C | 4A | 4A |
| Octal | 356 | 272 | 215 | 0 | 26 | 51 | 7 | 34 | 112 | 112 |
| Binary | 11101110 | 10111010 | 10001101 | 0 | 10110 | 101001 | 111 | 11100 | 1001010 | 1001010 |
Color Harmonies of #EEBA8D
Complementary color
Monochromatic Colors of #EEBA8D
Black with #EEBA8D
Text Example
Text Example
White with #EEBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA8D; }
p { color: rgb(238,186,141); }
H1.HeaderClassName
{
color: #EEBA8D;
}
.AnyTagClassName
{
color: #EEBA8D;
}
</style>
background-color css
<style>
a { background-color: #EEBA8D; }
a { background-color: rgb(238,186,141); }
div.DivClassName
{
background-color: #EEBA8D;
}
.BgClassName
{
background-color: #EEBA8D;
}
</style>
border-color css
<style>
span { border-color: #EEBA8D; }
span { border-color: rgb(238,186,141); }
td.TdClassName
{
border-color: #EEBA8D;
}
.TagClassName
{
border-color: #EEBA8D;
}
</style>