Shades of Corvette #EEB88A
Tints of Corvette #EEB88A
RGB
CMYK
RGB Variations
Color information
#EEB88A (or 0xEEB88A) is known color: Corvette. HEX triplet: EE, B8 and 8A. RGB value is (238,184,138). Sum of RGB (Red+Green+Blue) = 238+184+138=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB88A is #114775. Grayscale: #C3C3C3. Windows color (decimal): -1132406 or 9091310. OLE color: 9091310.
HSL color Cylindrical-coordinate representation of color #EEB88A: hue angle of 27.6º 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 #EEB88A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 138 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.07 |
| HSL | 27.6º | 0.75% | 0.74% | - |
| HSV(B) | 27.6º | 0.42% | 0.93% | - |
| XYZ | 56.99 | 54.29 | 31.52 | - |
| YUV | 194.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 138 | 0 | 0.23 | 0.42 | 0.07 | 27.6 | 0.75 | 0.74 |
| Hex | EE | B8 | 8A | 0 | 17 | 2A | 7 | 1C | 4B | 4A |
| Octal | 356 | 270 | 212 | 0 | 27 | 52 | 7 | 34 | 113 | 112 |
| Binary | 11101110 | 10111000 | 10001010 | 0 | 10111 | 101010 | 111 | 11100 | 1001011 | 1001010 |
Color Harmonies of #EEB88A
Complementary color
Monochromatic Colors of #EEB88A
Black with #EEB88A
Text Example
Text Example
White with #EEB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB88A; }
p { color: rgb(238,184,138); }
H1.HeaderClassName
{
color: #EEB88A;
}
.AnyTagClassName
{
color: #EEB88A;
}
</style>
background-color css
<style>
a { background-color: #EEB88A; }
a { background-color: rgb(238,184,138); }
div.DivClassName
{
background-color: #EEB88A;
}
.BgClassName
{
background-color: #EEB88A;
}
</style>
border-color css
<style>
span { border-color: #EEB88A; }
span { border-color: rgb(238,184,138); }
td.TdClassName
{
border-color: #EEB88A;
}
.TagClassName
{
border-color: #EEB88A;
}
</style>