Shades of Corvette #EEB585
Tints of Corvette #EEB585
RGB
CMYK
RGB Variations
Color information
#EEB585 (or 0xEEB585) is known color: Corvette. HEX triplet: EE, B5 and 85. RGB value is (238,181,133). Sum of RGB (Red+Green+Blue) = 238+181+133=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB585 is #114A7A. Grayscale: #C0C0C0. Windows color (decimal): -1133179 or 8762862. OLE color: 8762862.
HSL color Cylindrical-coordinate representation of color #EEB585: hue angle of 27.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEB585 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 133 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.07 |
| HSL | 27.43º | 0.76% | 0.73% | - |
| HSV(B) | 27.43º | 0.44% | 0.93% | - |
| XYZ | 56.02 | 52.92 | 29.45 | - |
| YUV | 192.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 133 | 0 | 0.24 | 0.44 | 0.07 | 27.43 | 0.76 | 0.73 |
| Hex | EE | B5 | 85 | 0 | 18 | 2C | 7 | 1B | 4C | 49 |
| Octal | 356 | 265 | 205 | 0 | 30 | 54 | 7 | 33 | 114 | 111 |
| Binary | 11101110 | 10110101 | 10000101 | 0 | 11000 | 101100 | 111 | 11011 | 1001100 | 1001001 |
Color Harmonies of #EEB585
Complementary color
Monochromatic Colors of #EEB585
Black with #EEB585
Text Example
Text Example
White with #EEB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB585; }
p { color: rgb(238,181,133); }
H1.HeaderClassName
{
color: #EEB585;
}
.AnyTagClassName
{
color: #EEB585;
}
</style>
background-color css
<style>
a { background-color: #EEB585; }
a { background-color: rgb(238,181,133); }
div.DivClassName
{
background-color: #EEB585;
}
.BgClassName
{
background-color: #EEB585;
}
</style>
border-color css
<style>
span { border-color: #EEB585; }
span { border-color: rgb(238,181,133); }
td.TdClassName
{
border-color: #EEB585;
}
.TagClassName
{
border-color: #EEB585;
}
</style>