Shades of Corvette #E8BC8A
Tints of Corvette #E8BC8A
RGB
CMYK
RGB Variations
Color information
#E8BC8A (or 0xE8BC8A) is known color: Corvette. HEX triplet: E8, BC and 8A. RGB value is (232,188,138). Sum of RGB (Red+Green+Blue) = 232+188+138=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BC8A is #174375. Grayscale: #C3C3C3. Windows color (decimal): -1524598 or 9092328. OLE color: 9092328.
HSL color Cylindrical-coordinate representation of color #E8BC8A: hue angle of 31.91º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8BC8A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 138 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.09 |
| HSL | 31.91º | 0.67% | 0.73% | - |
| HSV(B) | 31.91º | 0.41% | 0.91% | - |
| XYZ | 55.85 | 54.96 | 31.71 | - |
| YUV | 195.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 138 | 0 | 0.19 | 0.41 | 0.09 | 31.91 | 0.67 | 0.73 |
| Hex | E8 | BC | 8A | 0 | 13 | 29 | 9 | 20 | 43 | 49 |
| Octal | 350 | 274 | 212 | 0 | 23 | 51 | 11 | 40 | 103 | 111 |
| Binary | 11101000 | 10111100 | 10001010 | 0 | 10011 | 101001 | 1001 | 100000 | 1000011 | 1001001 |
Color Harmonies of #E8BC8A
Complementary color
Monochromatic Colors of #E8BC8A
Black with #E8BC8A
Text Example
Text Example
White with #E8BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC8A; }
p { color: rgb(232,188,138); }
H1.HeaderClassName
{
color: #E8BC8A;
}
.AnyTagClassName
{
color: #E8BC8A;
}
</style>
background-color css
<style>
a { background-color: #E8BC8A; }
a { background-color: rgb(232,188,138); }
div.DivClassName
{
background-color: #E8BC8A;
}
.BgClassName
{
background-color: #E8BC8A;
}
</style>
border-color css
<style>
span { border-color: #E8BC8A; }
span { border-color: rgb(232,188,138); }
td.TdClassName
{
border-color: #E8BC8A;
}
.TagClassName
{
border-color: #E8BC8A;
}
</style>