Shades of Corvette #EEB388
Tints of Corvette #EEB388
RGB
CMYK
RGB Variations
Color information
#EEB388 (or 0xEEB388) is known color: Corvette. HEX triplet: EE, B3 and 88. RGB value is (238,179,136). Sum of RGB (Red+Green+Blue) = 238+179+136=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB388 is #114C77. Grayscale: #BFBFBF. Windows color (decimal): -1133688 or 8958958. OLE color: 8958958.
HSL color Cylindrical-coordinate representation of color #EEB388: hue angle of 25.29º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEB388 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 136 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.07 |
| HSL | 25.29º | 0.75% | 0.73% | - |
| HSV(B) | 25.29º | 0.43% | 0.93% | - |
| XYZ | 55.82 | 52.19 | 30.42 | - |
| YUV | 191.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 136 | 0 | 0.25 | 0.43 | 0.07 | 25.29 | 0.75 | 0.73 |
| Hex | EE | B3 | 88 | 0 | 19 | 2B | 7 | 19 | 4B | 49 |
| Octal | 356 | 263 | 210 | 0 | 31 | 53 | 7 | 31 | 113 | 111 |
| Binary | 11101110 | 10110011 | 10001000 | 0 | 11001 | 101011 | 111 | 11001 | 1001011 | 1001001 |
Color Harmonies of #EEB388
Complementary color
Monochromatic Colors of #EEB388
Black with #EEB388
Text Example
Text Example
White with #EEB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB388; }
p { color: rgb(238,179,136); }
H1.HeaderClassName
{
color: #EEB388;
}
.AnyTagClassName
{
color: #EEB388;
}
</style>
background-color css
<style>
a { background-color: #EEB388; }
a { background-color: rgb(238,179,136); }
div.DivClassName
{
background-color: #EEB388;
}
.BgClassName
{
background-color: #EEB388;
}
</style>
border-color css
<style>
span { border-color: #EEB388; }
span { border-color: rgb(238,179,136); }
td.TdClassName
{
border-color: #EEB388;
}
.TagClassName
{
border-color: #EEB388;
}
</style>