Shades of Corvette #EEBA8B
Tints of Corvette #EEBA8B
RGB
CMYK
RGB Variations
Color information
#EEBA8B (or 0xEEBA8B) is known color: Corvette. HEX triplet: EE, BA and 8B. RGB value is (238,186,139). Sum of RGB (Red+Green+Blue) = 238+186+139=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA8B is #114574. Grayscale: #C4C4C4. Windows color (decimal): -1131893 or 9157358. OLE color: 9157358.
HSL color Cylindrical-coordinate representation of color #EEBA8B: hue angle of 28.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEBA8B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 139 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.07 |
| HSL | 28.48º | 0.74% | 0.74% | - |
| HSV(B) | 28.48º | 0.42% | 0.93% | - |
| XYZ | 57.48 | 55.16 | 32.04 | - |
| YUV | 196.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 139 | 0 | 0.22 | 0.42 | 0.07 | 28.48 | 0.74 | 0.74 |
| Hex | EE | BA | 8B | 0 | 16 | 2A | 7 | 1C | 4A | 4A |
| Octal | 356 | 272 | 213 | 0 | 26 | 52 | 7 | 34 | 112 | 112 |
| Binary | 11101110 | 10111010 | 10001011 | 0 | 10110 | 101010 | 111 | 11100 | 1001010 | 1001010 |
Color Harmonies of #EEBA8B
Complementary color
Monochromatic Colors of #EEBA8B
Black with #EEBA8B
Text Example
Text Example
White with #EEBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA8B; }
p { color: rgb(238,186,139); }
H1.HeaderClassName
{
color: #EEBA8B;
}
.AnyTagClassName
{
color: #EEBA8B;
}
</style>
background-color css
<style>
a { background-color: #EEBA8B; }
a { background-color: rgb(238,186,139); }
div.DivClassName
{
background-color: #EEBA8B;
}
.BgClassName
{
background-color: #EEBA8B;
}
</style>
border-color css
<style>
span { border-color: #EEBA8B; }
span { border-color: rgb(238,186,139); }
td.TdClassName
{
border-color: #EEBA8B;
}
.TagClassName
{
border-color: #EEBA8B;
}
</style>