Shades of Corvette #EEB488
Tints of Corvette #EEB488
RGB
CMYK
RGB Variations
Color information
#EEB488 (or 0xEEB488) is known color: Corvette. HEX triplet: EE, B4 and 88. RGB value is (238,180,136). Sum of RGB (Red+Green+Blue) = 238+180+136=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB488 is #114B77. Grayscale: #C0C0C0. Windows color (decimal): -1133432 or 8959214. OLE color: 8959214.
HSL color Cylindrical-coordinate representation of color #EEB488: hue angle of 25.88º 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 #EEB488 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 136 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 25.88º | 0.75% | 0.73% | - |
| HSV(B) | 25.88º | 0.43% | 0.93% | - |
| XYZ | 56.03 | 52.6 | 30.49 | - |
| YUV | 192.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 136 | 0 | 0.24 | 0.43 | 0.07 | 25.88 | 0.75 | 0.73 |
| Hex | EE | B4 | 88 | 0 | 18 | 2B | 7 | 1A | 4B | 49 |
| Octal | 356 | 264 | 210 | 0 | 30 | 53 | 7 | 32 | 113 | 111 |
| Binary | 11101110 | 10110100 | 10001000 | 0 | 11000 | 101011 | 111 | 11010 | 1001011 | 1001001 |
Color Harmonies of #EEB488
Complementary color
Monochromatic Colors of #EEB488
Black with #EEB488
Text Example
Text Example
White with #EEB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB488; }
p { color: rgb(238,180,136); }
H1.HeaderClassName
{
color: #EEB488;
}
.AnyTagClassName
{
color: #EEB488;
}
</style>
background-color css
<style>
a { background-color: #EEB488; }
a { background-color: rgb(238,180,136); }
div.DivClassName
{
background-color: #EEB488;
}
.BgClassName
{
background-color: #EEB488;
}
</style>
border-color css
<style>
span { border-color: #EEB488; }
span { border-color: rgb(238,180,136); }
td.TdClassName
{
border-color: #EEB488;
}
.TagClassName
{
border-color: #EEB488;
}
</style>