Shades of Corvette #EEB886
Tints of Corvette #EEB886
RGB
CMYK
RGB Variations
Color information
#EEB886 (or 0xEEB886) is known color: Corvette. HEX triplet: EE, B8 and 86. RGB value is (238,184,134). Sum of RGB (Red+Green+Blue) = 238+184+134=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB886 is #114779. Grayscale: #C2C2C2. Windows color (decimal): -1132410 or 8829166. OLE color: 8829166.
HSL color Cylindrical-coordinate representation of color #EEB886: hue angle of 28.85º 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 #EEB886 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 134 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.07 |
| HSL | 28.85º | 0.75% | 0.73% | - |
| HSV(B) | 28.85º | 0.44% | 0.93% | - |
| XYZ | 56.7 | 54.18 | 30.02 | - |
| YUV | 194.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 134 | 0 | 0.23 | 0.44 | 0.07 | 28.85 | 0.75 | 0.73 |
| Hex | EE | B8 | 86 | 0 | 17 | 2C | 7 | 1D | 4B | 49 |
| Octal | 356 | 270 | 206 | 0 | 27 | 54 | 7 | 35 | 113 | 111 |
| Binary | 11101110 | 10111000 | 10000110 | 0 | 10111 | 101100 | 111 | 11101 | 1001011 | 1001001 |
Color Harmonies of #EEB886
Complementary color
Monochromatic Colors of #EEB886
Black with #EEB886
Text Example
Text Example
White with #EEB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB886; }
p { color: rgb(238,184,134); }
H1.HeaderClassName
{
color: #EEB886;
}
.AnyTagClassName
{
color: #EEB886;
}
</style>
background-color css
<style>
a { background-color: #EEB886; }
a { background-color: rgb(238,184,134); }
div.DivClassName
{
background-color: #EEB886;
}
.BgClassName
{
background-color: #EEB886;
}
</style>
border-color css
<style>
span { border-color: #EEB886; }
span { border-color: rgb(238,184,134); }
td.TdClassName
{
border-color: #EEB886;
}
.TagClassName
{
border-color: #EEB886;
}
</style>