Shades of Corvette #E8B47A
Tints of Corvette #E8B47A
RGB
CMYK
RGB Variations
Color information
#E8B47A (or 0xE8B47A) is known color: Corvette. HEX triplet: E8, B4 and 7A. RGB value is (232,180,122). Sum of RGB (Red+Green+Blue) = 232+180+122=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B47A is #174B85. Grayscale: #BDBDBD. Windows color (decimal): -1526662 or 8041704. OLE color: 8041704.
HSL color Cylindrical-coordinate representation of color #E8B47A: hue angle of 31.64º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8B47A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 122 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.09 |
| HSL | 31.64º | 0.71% | 0.69% | - |
| HSV(B) | 31.64º | 0.47% | 0.91% | - |
| XYZ | 53.11 | 51.2 | 25.5 | - |
| YUV | 188.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 122 | 0 | 0.22 | 0.47 | 0.09 | 31.64 | 0.71 | 0.69 |
| Hex | E8 | B4 | 7A | 0 | 16 | 2F | 9 | 20 | 47 | 45 |
| Octal | 350 | 264 | 172 | 0 | 26 | 57 | 11 | 40 | 107 | 105 |
| Binary | 11101000 | 10110100 | 1111010 | 0 | 10110 | 101111 | 1001 | 100000 | 1000111 | 1000101 |
Color Harmonies of #E8B47A
Complementary color
Monochromatic Colors of #E8B47A
Black with #E8B47A
Text Example
Text Example
White with #E8B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B47A; }
p { color: rgb(232,180,122); }
H1.HeaderClassName
{
color: #E8B47A;
}
.AnyTagClassName
{
color: #E8B47A;
}
</style>
background-color css
<style>
a { background-color: #E8B47A; }
a { background-color: rgb(232,180,122); }
div.DivClassName
{
background-color: #E8B47A;
}
.BgClassName
{
background-color: #E8B47A;
}
</style>
border-color css
<style>
span { border-color: #E8B47A; }
span { border-color: rgb(232,180,122); }
td.TdClassName
{
border-color: #E8B47A;
}
.TagClassName
{
border-color: #E8B47A;
}
</style>