Shades of Corvette #EEBA83
Tints of Corvette #EEBA83
RGB
CMYK
RGB Variations
Color information
#EEBA83 (or 0xEEBA83) is known color: Corvette. HEX triplet: EE, BA and 83. RGB value is (238,186,131). Sum of RGB (Red+Green+Blue) = 238+186+131=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA83 is #11457C. Grayscale: #C3C3C3. Windows color (decimal): -1131901 or 8633070. OLE color: 8633070.
HSL color Cylindrical-coordinate representation of color #EEBA83: hue angle of 30.84º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEBA83 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 131 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.07 |
| HSL | 30.84º | 0.76% | 0.72% | - |
| HSV(B) | 30.84º | 0.45% | 0.93% | - |
| XYZ | 56.92 | 54.93 | 29.08 | - |
| YUV | 195.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 131 | 0 | 0.22 | 0.45 | 0.07 | 30.84 | 0.76 | 0.72 |
| Hex | EE | BA | 83 | 0 | 16 | 2D | 7 | 1F | 4C | 48 |
| Octal | 356 | 272 | 203 | 0 | 26 | 55 | 7 | 37 | 114 | 110 |
| Binary | 11101110 | 10111010 | 10000011 | 0 | 10110 | 101101 | 111 | 11111 | 1001100 | 1001000 |
Color Harmonies of #EEBA83
Complementary color
Monochromatic Colors of #EEBA83
Black with #EEBA83
Text Example
Text Example
White with #EEBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA83; }
p { color: rgb(238,186,131); }
H1.HeaderClassName
{
color: #EEBA83;
}
.AnyTagClassName
{
color: #EEBA83;
}
</style>
background-color css
<style>
a { background-color: #EEBA83; }
a { background-color: rgb(238,186,131); }
div.DivClassName
{
background-color: #EEBA83;
}
.BgClassName
{
background-color: #EEBA83;
}
</style>
border-color css
<style>
span { border-color: #EEBA83; }
span { border-color: rgb(238,186,131); }
td.TdClassName
{
border-color: #EEBA83;
}
.TagClassName
{
border-color: #EEBA83;
}
</style>