Shades of Corvette #EEB686
Tints of Corvette #EEB686
RGB
CMYK
RGB Variations
Color information
#EEB686 (or 0xEEB686) is known color: Corvette. HEX triplet: EE, B6 and 86. RGB value is (238,182,134). Sum of RGB (Red+Green+Blue) = 238+182+134=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB686 is #114979. Grayscale: #C1C1C1. Windows color (decimal): -1132922 or 8828654. OLE color: 8828654.
HSL color Cylindrical-coordinate representation of color #EEB686: hue angle of 27.69º 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 #EEB686 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 134 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.07 |
| HSL | 27.69º | 0.75% | 0.73% | - |
| HSV(B) | 27.69º | 0.44% | 0.93% | - |
| XYZ | 56.29 | 53.35 | 29.89 | - |
| YUV | 193.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 134 | 0 | 0.24 | 0.44 | 0.07 | 27.69 | 0.75 | 0.73 |
| Hex | EE | B6 | 86 | 0 | 18 | 2C | 7 | 1C | 4B | 49 |
| Octal | 356 | 266 | 206 | 0 | 30 | 54 | 7 | 34 | 113 | 111 |
| Binary | 11101110 | 10110110 | 10000110 | 0 | 11000 | 101100 | 111 | 11100 | 1001011 | 1001001 |
Color Harmonies of #EEB686
Complementary color
Monochromatic Colors of #EEB686
Black with #EEB686
Text Example
Text Example
White with #EEB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB686; }
p { color: rgb(238,182,134); }
H1.HeaderClassName
{
color: #EEB686;
}
.AnyTagClassName
{
color: #EEB686;
}
</style>
background-color css
<style>
a { background-color: #EEB686; }
a { background-color: rgb(238,182,134); }
div.DivClassName
{
background-color: #EEB686;
}
.BgClassName
{
background-color: #EEB686;
}
</style>
border-color css
<style>
span { border-color: #EEB686; }
span { border-color: rgb(238,182,134); }
td.TdClassName
{
border-color: #EEB686;
}
.TagClassName
{
border-color: #EEB686;
}
</style>