Shades of Corvette #EEBA7E
Tints of Corvette #EEBA7E
RGB
CMYK
RGB Variations
Color information
#EEBA7E (or 0xEEBA7E) is known color: Corvette. HEX triplet: EE, BA and 7E. RGB value is (238,186,126). Sum of RGB (Red+Green+Blue) = 238+186+126=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA7E is #114581. Grayscale: #C3C3C3. Windows color (decimal): -1131906 or 8305390. OLE color: 8305390.
HSL color Cylindrical-coordinate representation of color #EEBA7E: hue angle of 32.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEBA7E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 126 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 32.14º | 0.77% | 0.71% | - |
| HSV(B) | 32.14º | 0.47% | 0.93% | - |
| XYZ | 56.58 | 54.8 | 27.33 | - |
| YUV | 194.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 126 | 0 | 0.22 | 0.47 | 0.07 | 32.14 | 0.77 | 0.71 |
| Hex | EE | BA | 7E | 0 | 16 | 2F | 7 | 20 | 4D | 47 |
| Octal | 356 | 272 | 176 | 0 | 26 | 57 | 7 | 40 | 115 | 107 |
| Binary | 11101110 | 10111010 | 1111110 | 0 | 10110 | 101111 | 111 | 100000 | 1001101 | 1000111 |
Color Harmonies of #EEBA7E
Complementary color
Monochromatic Colors of #EEBA7E
Black with #EEBA7E
Text Example
Text Example
White with #EEBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA7E; }
p { color: rgb(238,186,126); }
H1.HeaderClassName
{
color: #EEBA7E;
}
.AnyTagClassName
{
color: #EEBA7E;
}
</style>
background-color css
<style>
a { background-color: #EEBA7E; }
a { background-color: rgb(238,186,126); }
div.DivClassName
{
background-color: #EEBA7E;
}
.BgClassName
{
background-color: #EEBA7E;
}
</style>
border-color css
<style>
span { border-color: #EEBA7E; }
span { border-color: rgb(238,186,126); }
td.TdClassName
{
border-color: #EEBA7E;
}
.TagClassName
{
border-color: #EEBA7E;
}
</style>