Shades of Corvette #EEB38A
Tints of Corvette #EEB38A
RGB
CMYK
RGB Variations
Color information
#EEB38A (or 0xEEB38A) is known color: Corvette. HEX triplet: EE, B3 and 8A. RGB value is (238,179,138). Sum of RGB (Red+Green+Blue) = 238+179+138=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB38A is #114C75. Grayscale: #C0C0C0. Windows color (decimal): -1133686 or 9090030. OLE color: 9090030.
HSL color Cylindrical-coordinate representation of color #EEB38A: hue angle of 24.6º degrees, saturation: 0.75, 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 #EEB38A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 138 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.07 |
| HSL | 24.6º | 0.75% | 0.74% | - |
| HSV(B) | 24.6º | 0.42% | 0.93% | - |
| XYZ | 55.97 | 52.25 | 31.18 | - |
| YUV | 191.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 138 | 0 | 0.25 | 0.42 | 0.07 | 24.6 | 0.75 | 0.74 |
| Hex | EE | B3 | 8A | 0 | 19 | 2A | 7 | 19 | 4B | 4A |
| Octal | 356 | 263 | 212 | 0 | 31 | 52 | 7 | 31 | 113 | 112 |
| Binary | 11101110 | 10110011 | 10001010 | 0 | 11001 | 101010 | 111 | 11001 | 1001011 | 1001010 |
Color Harmonies of #EEB38A
Complementary color
Monochromatic Colors of #EEB38A
Black with #EEB38A
Text Example
Text Example
White with #EEB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB38A; }
p { color: rgb(238,179,138); }
H1.HeaderClassName
{
color: #EEB38A;
}
.AnyTagClassName
{
color: #EEB38A;
}
</style>
background-color css
<style>
a { background-color: #EEB38A; }
a { background-color: rgb(238,179,138); }
div.DivClassName
{
background-color: #EEB38A;
}
.BgClassName
{
background-color: #EEB38A;
}
</style>
border-color css
<style>
span { border-color: #EEB38A; }
span { border-color: rgb(238,179,138); }
td.TdClassName
{
border-color: #EEB38A;
}
.TagClassName
{
border-color: #EEB38A;
}
</style>