Shades of Corvette #EEBC8D
Tints of Corvette #EEBC8D
RGB
CMYK
RGB Variations
Color information
#EEBC8D (or 0xEEBC8D) is known color: Corvette. HEX triplet: EE, BC and 8D. RGB value is (238,188,141). Sum of RGB (Red+Green+Blue) = 238+188+141=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBC8D is #114372. Grayscale: #C5C5C5. Windows color (decimal): -1131379 or 9288942. OLE color: 9288942.
HSL color Cylindrical-coordinate representation of color #EEBC8D: hue angle of 29.07º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEBC8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 141 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.07º | 0.74% | 0.74% | - |
| HSV(B) | 29.07º | 0.41% | 0.93% | - |
| XYZ | 58.05 | 56.07 | 32.96 | - |
| YUV | 197.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 141 | 0 | 0.21 | 0.41 | 0.07 | 29.07 | 0.74 | 0.74 |
| Hex | EE | BC | 8D | 0 | 15 | 29 | 7 | 1D | 4A | 4A |
| Octal | 356 | 274 | 215 | 0 | 25 | 51 | 7 | 35 | 112 | 112 |
| Binary | 11101110 | 10111100 | 10001101 | 0 | 10101 | 101001 | 111 | 11101 | 1001010 | 1001010 |
Color Harmonies of #EEBC8D
Complementary color
Monochromatic Colors of #EEBC8D
Black with #EEBC8D
Text Example
Text Example
White with #EEBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC8D; }
p { color: rgb(238,188,141); }
H1.HeaderClassName
{
color: #EEBC8D;
}
.AnyTagClassName
{
color: #EEBC8D;
}
</style>
background-color css
<style>
a { background-color: #EEBC8D; }
a { background-color: rgb(238,188,141); }
div.DivClassName
{
background-color: #EEBC8D;
}
.BgClassName
{
background-color: #EEBC8D;
}
</style>
border-color css
<style>
span { border-color: #EEBC8D; }
span { border-color: rgb(238,188,141); }
td.TdClassName
{
border-color: #EEBC8D;
}
.TagClassName
{
border-color: #EEBC8D;
}
</style>