Shades of Corvette #E8BE7A
Tints of Corvette #E8BE7A
RGB
CMYK
RGB Variations
Color information
#E8BE7A (or 0xE8BE7A) is known color: Corvette. HEX triplet: E8, BE and 7A. RGB value is (232,190,122). Sum of RGB (Red+Green+Blue) = 232+190+122=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BE7A is #174185. Grayscale: #C3C3C3. Windows color (decimal): -1524102 or 8044264. OLE color: 8044264.
HSL color Cylindrical-coordinate representation of color #E8BE7A: hue angle of 37.09º 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 #E8BE7A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 122 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.09 |
| HSL | 37.09º | 0.71% | 0.69% | - |
| HSV(B) | 37.09º | 0.47% | 0.91% | - |
| XYZ | 55.21 | 55.39 | 26.19 | - |
| YUV | 194.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 122 | 0 | 0.18 | 0.47 | 0.09 | 37.09 | 0.71 | 0.69 |
| Hex | E8 | BE | 7A | 0 | 12 | 2F | 9 | 25 | 47 | 45 |
| Octal | 350 | 276 | 172 | 0 | 22 | 57 | 11 | 45 | 107 | 105 |
| Binary | 11101000 | 10111110 | 1111010 | 0 | 10010 | 101111 | 1001 | 100101 | 1000111 | 1000101 |
Color Harmonies of #E8BE7A
Complementary color
Monochromatic Colors of #E8BE7A
Black with #E8BE7A
Text Example
Text Example
White with #E8BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BE7A; }
p { color: rgb(232,190,122); }
H1.HeaderClassName
{
color: #E8BE7A;
}
.AnyTagClassName
{
color: #E8BE7A;
}
</style>
background-color css
<style>
a { background-color: #E8BE7A; }
a { background-color: rgb(232,190,122); }
div.DivClassName
{
background-color: #E8BE7A;
}
.BgClassName
{
background-color: #E8BE7A;
}
</style>
border-color css
<style>
span { border-color: #E8BE7A; }
span { border-color: rgb(232,190,122); }
td.TdClassName
{
border-color: #E8BE7A;
}
.TagClassName
{
border-color: #E8BE7A;
}
</style>