Shades of Corvette #EEBB8D
Tints of Corvette #EEBB8D
RGB
CMYK
RGB Variations
Color information
#EEBB8D (or 0xEEBB8D) is known color: Corvette. HEX triplet: EE, BB and 8D. RGB value is (238,187,141). Sum of RGB (Red+Green+Blue) = 238+187+141=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBB8D is #114472. Grayscale: #C5C5C5. Windows color (decimal): -1131635 or 9288686. OLE color: 9288686.
HSL color Cylindrical-coordinate representation of color #EEBB8D: hue angle of 28.45º 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 #EEBB8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 141 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 28.45º | 0.74% | 0.74% | - |
| HSV(B) | 28.45º | 0.41% | 0.93% | - |
| XYZ | 57.84 | 55.64 | 32.89 | - |
| YUV | 197.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 141 | 0 | 0.21 | 0.41 | 0.07 | 28.45 | 0.74 | 0.74 |
| Hex | EE | BB | 8D | 0 | 15 | 29 | 7 | 1C | 4A | 4A |
| Octal | 356 | 273 | 215 | 0 | 25 | 51 | 7 | 34 | 112 | 112 |
| Binary | 11101110 | 10111011 | 10001101 | 0 | 10101 | 101001 | 111 | 11100 | 1001010 | 1001010 |
Color Harmonies of #EEBB8D
Complementary color
Monochromatic Colors of #EEBB8D
Black with #EEBB8D
Text Example
Text Example
White with #EEBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB8D; }
p { color: rgb(238,187,141); }
H1.HeaderClassName
{
color: #EEBB8D;
}
.AnyTagClassName
{
color: #EEBB8D;
}
</style>
background-color css
<style>
a { background-color: #EEBB8D; }
a { background-color: rgb(238,187,141); }
div.DivClassName
{
background-color: #EEBB8D;
}
.BgClassName
{
background-color: #EEBB8D;
}
</style>
border-color css
<style>
span { border-color: #EEBB8D; }
span { border-color: rgb(238,187,141); }
td.TdClassName
{
border-color: #EEBB8D;
}
.TagClassName
{
border-color: #EEBB8D;
}
</style>