Shades of Corvette #EABB8B
Tints of Corvette #EABB8B
RGB
CMYK
RGB Variations
Color information
#EABB8B (or 0xEABB8B) is known color: Corvette. HEX triplet: EA, BB and 8B. RGB value is (234,187,139). Sum of RGB (Red+Green+Blue) = 234+187+139=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB8B is #154474. Grayscale: #C3C3C3. Windows color (decimal): -1393781 or 9157610. OLE color: 9157610.
HSL color Cylindrical-coordinate representation of color #EABB8B: hue angle of 30.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EABB8B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 139 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.08 |
| HSL | 30.32º | 0.69% | 0.73% | - |
| HSV(B) | 30.32º | 0.41% | 0.92% | - |
| XYZ | 56.36 | 54.9 | 32.05 | - |
| YUV | 195.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 139 | 0 | 0.20 | 0.41 | 0.08 | 30.32 | 0.69 | 0.73 |
| Hex | EA | BB | 8B | 0 | 14 | 29 | 8 | 1E | 45 | 49 |
| Octal | 352 | 273 | 213 | 0 | 24 | 51 | 10 | 36 | 105 | 111 |
| Binary | 11101010 | 10111011 | 10001011 | 0 | 10100 | 101001 | 1000 | 11110 | 1000101 | 1001001 |
Color Harmonies of #EABB8B
Complementary color
Monochromatic Colors of #EABB8B
Black with #EABB8B
Text Example
Text Example
White with #EABB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB8B; }
p { color: rgb(234,187,139); }
H1.HeaderClassName
{
color: #EABB8B;
}
.AnyTagClassName
{
color: #EABB8B;
}
</style>
background-color css
<style>
a { background-color: #EABB8B; }
a { background-color: rgb(234,187,139); }
div.DivClassName
{
background-color: #EABB8B;
}
.BgClassName
{
background-color: #EABB8B;
}
</style>
border-color css
<style>
span { border-color: #EABB8B; }
span { border-color: rgb(234,187,139); }
td.TdClassName
{
border-color: #EABB8B;
}
.TagClassName
{
border-color: #EABB8B;
}
</style>