Shades of Corvette #EEBC8A
Tints of Corvette #EEBC8A
RGB
CMYK
RGB Variations
Color information
#EEBC8A (or 0xEEBC8A) is known color: Corvette. HEX triplet: EE, BC and 8A. RGB value is (238,188,138). Sum of RGB (Red+Green+Blue) = 238+188+138=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBC8A is #114375. Grayscale: #C5C5C5. Windows color (decimal): -1131382 or 9092334. OLE color: 9092334.
HSL color Cylindrical-coordinate representation of color #EEBC8A: hue angle of 30º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEBC8A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 138 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.07 |
| HSL | 30º | 0.75% | 0.74% | - |
| HSV(B) | 30º | 0.42% | 0.93% | - |
| XYZ | 57.83 | 55.98 | 31.8 | - |
| YUV | 197.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 138 | 0 | 0.21 | 0.42 | 0.07 | 30 | 0.75 | 0.74 |
| Hex | EE | BC | 8A | 0 | 15 | 2A | 7 | 1E | 4B | 4A |
| Octal | 356 | 274 | 212 | 0 | 25 | 52 | 7 | 36 | 113 | 112 |
| Binary | 11101110 | 10111100 | 10001010 | 0 | 10101 | 101010 | 111 | 11110 | 1001011 | 1001010 |
Color Harmonies of #EEBC8A
Complementary color
Monochromatic Colors of #EEBC8A
Black with #EEBC8A
Text Example
Text Example
White with #EEBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC8A; }
p { color: rgb(238,188,138); }
H1.HeaderClassName
{
color: #EEBC8A;
}
.AnyTagClassName
{
color: #EEBC8A;
}
</style>
background-color css
<style>
a { background-color: #EEBC8A; }
a { background-color: rgb(238,188,138); }
div.DivClassName
{
background-color: #EEBC8A;
}
.BgClassName
{
background-color: #EEBC8A;
}
</style>
border-color css
<style>
span { border-color: #EEBC8A; }
span { border-color: rgb(238,188,138); }
td.TdClassName
{
border-color: #EEBC8A;
}
.TagClassName
{
border-color: #EEBC8A;
}
</style>