Shades of Corvette #EEBA7F
Tints of Corvette #EEBA7F
RGB
CMYK
RGB Variations
Color information
#EEBA7F (or 0xEEBA7F) is known color: Corvette. HEX triplet: EE, BA and 7F. RGB value is (238,186,127). Sum of RGB (Red+Green+Blue) = 238+186+127=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA7F is #114580. Grayscale: #C3C3C3. Windows color (decimal): -1131905 or 8370926. OLE color: 8370926.
HSL color Cylindrical-coordinate representation of color #EEBA7F: hue angle of 31.89º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEBA7F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 127 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 31.89º | 0.77% | 0.72% | - |
| HSV(B) | 31.89º | 0.47% | 0.93% | - |
| XYZ | 56.65 | 54.83 | 27.68 | - |
| YUV | 194.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 127 | 0 | 0.22 | 0.47 | 0.07 | 31.89 | 0.77 | 0.72 |
| Hex | EE | BA | 7F | 0 | 16 | 2F | 7 | 20 | 4D | 48 |
| Octal | 356 | 272 | 177 | 0 | 26 | 57 | 7 | 40 | 115 | 110 |
| Binary | 11101110 | 10111010 | 1111111 | 0 | 10110 | 101111 | 111 | 100000 | 1001101 | 1001000 |
Color Harmonies of #EEBA7F
Complementary color
Monochromatic Colors of #EEBA7F
Black with #EEBA7F
Text Example
Text Example
White with #EEBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA7F; }
p { color: rgb(238,186,127); }
H1.HeaderClassName
{
color: #EEBA7F;
}
.AnyTagClassName
{
color: #EEBA7F;
}
</style>
background-color css
<style>
a { background-color: #EEBA7F; }
a { background-color: rgb(238,186,127); }
div.DivClassName
{
background-color: #EEBA7F;
}
.BgClassName
{
background-color: #EEBA7F;
}
</style>
border-color css
<style>
span { border-color: #EEBA7F; }
span { border-color: rgb(238,186,127); }
td.TdClassName
{
border-color: #EEBA7F;
}
.TagClassName
{
border-color: #EEBA7F;
}
</style>