Shades of Corvette #EEB487
Tints of Corvette #EEB487
RGB
CMYK
RGB Variations
Color information
#EEB487 (or 0xEEB487) is known color: Corvette. HEX triplet: EE, B4 and 87. RGB value is (238,180,135). Sum of RGB (Red+Green+Blue) = 238+180+135=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB487 is #114B78. Grayscale: #C0C0C0. Windows color (decimal): -1133433 or 8893678. OLE color: 8893678.
HSL color Cylindrical-coordinate representation of color #EEB487: hue angle of 26.21º 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 #EEB487 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 135 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 26.21º | 0.75% | 0.73% | - |
| HSV(B) | 26.21º | 0.43% | 0.93% | - |
| XYZ | 55.95 | 52.57 | 30.12 | - |
| YUV | 192.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 135 | 0 | 0.24 | 0.43 | 0.07 | 26.21 | 0.75 | 0.73 |
| Hex | EE | B4 | 87 | 0 | 18 | 2B | 7 | 1A | 4B | 49 |
| Octal | 356 | 264 | 207 | 0 | 30 | 53 | 7 | 32 | 113 | 111 |
| Binary | 11101110 | 10110100 | 10000111 | 0 | 11000 | 101011 | 111 | 11010 | 1001011 | 1001001 |
Color Harmonies of #EEB487
Complementary color
Monochromatic Colors of #EEB487
Black with #EEB487
Text Example
Text Example
White with #EEB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB487; }
p { color: rgb(238,180,135); }
H1.HeaderClassName
{
color: #EEB487;
}
.AnyTagClassName
{
color: #EEB487;
}
</style>
background-color css
<style>
a { background-color: #EEB487; }
a { background-color: rgb(238,180,135); }
div.DivClassName
{
background-color: #EEB487;
}
.BgClassName
{
background-color: #EEB487;
}
</style>
border-color css
<style>
span { border-color: #EEB487; }
span { border-color: rgb(238,180,135); }
td.TdClassName
{
border-color: #EEB487;
}
.TagClassName
{
border-color: #EEB487;
}
</style>