Shades of Corvette #EEB98A
Tints of Corvette #EEB98A
RGB
CMYK
RGB Variations
Color information
#EEB98A (or 0xEEB98A) is known color: Corvette. HEX triplet: EE, B9 and 8A. RGB value is (238,185,138). Sum of RGB (Red+Green+Blue) = 238+185+138=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB98A is #114675. Grayscale: #C3C3C3. Windows color (decimal): -1132150 or 9091566. OLE color: 9091566.
HSL color Cylindrical-coordinate representation of color #EEB98A: hue angle of 28.2º 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 #EEB98A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 138 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.07 |
| HSL | 28.2º | 0.75% | 0.74% | - |
| HSV(B) | 28.2º | 0.42% | 0.93% | - |
| XYZ | 57.2 | 54.71 | 31.59 | - |
| YUV | 195.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 138 | 0 | 0.22 | 0.42 | 0.07 | 28.2 | 0.75 | 0.74 |
| Hex | EE | B9 | 8A | 0 | 16 | 2A | 7 | 1C | 4B | 4A |
| Octal | 356 | 271 | 212 | 0 | 26 | 52 | 7 | 34 | 113 | 112 |
| Binary | 11101110 | 10111001 | 10001010 | 0 | 10110 | 101010 | 111 | 11100 | 1001011 | 1001010 |
Color Harmonies of #EEB98A
Complementary color
Monochromatic Colors of #EEB98A
Black with #EEB98A
Text Example
Text Example
White with #EEB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB98A; }
p { color: rgb(238,185,138); }
H1.HeaderClassName
{
color: #EEB98A;
}
.AnyTagClassName
{
color: #EEB98A;
}
</style>
background-color css
<style>
a { background-color: #EEB98A; }
a { background-color: rgb(238,185,138); }
div.DivClassName
{
background-color: #EEB98A;
}
.BgClassName
{
background-color: #EEB98A;
}
</style>
border-color css
<style>
span { border-color: #EEB98A; }
span { border-color: rgb(238,185,138); }
td.TdClassName
{
border-color: #EEB98A;
}
.TagClassName
{
border-color: #EEB98A;
}
</style>