Shades of Corvette #EEB58B
Tints of Corvette #EEB58B
RGB
CMYK
RGB Variations
Color information
#EEB58B (or 0xEEB58B) is known color: Corvette. HEX triplet: EE, B5 and 8B. RGB value is (238,181,139). Sum of RGB (Red+Green+Blue) = 238+181+139=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB58B is #114A74. Grayscale: #C1C1C1. Windows color (decimal): -1133173 or 9156078. OLE color: 9156078.
HSL color Cylindrical-coordinate representation of color #EEB58B: hue angle of 25.45º degrees, saturation: 0.74, 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 #EEB58B is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 139 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.07 |
| HSL | 25.45º | 0.74% | 0.74% | - |
| HSV(B) | 25.45º | 0.42% | 0.93% | - |
| XYZ | 56.44 | 53.09 | 31.7 | - |
| YUV | 193.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 139 | 0 | 0.24 | 0.42 | 0.07 | 25.45 | 0.74 | 0.74 |
| Hex | EE | B5 | 8B | 0 | 18 | 2A | 7 | 19 | 4A | 4A |
| Octal | 356 | 265 | 213 | 0 | 30 | 52 | 7 | 31 | 112 | 112 |
| Binary | 11101110 | 10110101 | 10001011 | 0 | 11000 | 101010 | 111 | 11001 | 1001010 | 1001010 |
Color Harmonies of #EEB58B
Complementary color
Monochromatic Colors of #EEB58B
Black with #EEB58B
Text Example
Text Example
White with #EEB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB58B; }
p { color: rgb(238,181,139); }
H1.HeaderClassName
{
color: #EEB58B;
}
.AnyTagClassName
{
color: #EEB58B;
}
</style>
background-color css
<style>
a { background-color: #EEB58B; }
a { background-color: rgb(238,181,139); }
div.DivClassName
{
background-color: #EEB58B;
}
.BgClassName
{
background-color: #EEB58B;
}
</style>
border-color css
<style>
span { border-color: #EEB58B; }
span { border-color: rgb(238,181,139); }
td.TdClassName
{
border-color: #EEB58B;
}
.TagClassName
{
border-color: #EEB58B;
}
</style>