Shades of Corvette #E6B77A
Tints of Corvette #E6B77A
RGB
CMYK
RGB Variations
Color information
#E6B77A (or 0xE6B77A) is known color: Corvette. HEX triplet: E6, B7 and 7A. RGB value is (230,183,122). Sum of RGB (Red+Green+Blue) = 230+183+122=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B77A is #194885. Grayscale: #BEBEBE. Windows color (decimal): -1656966 or 8042470. OLE color: 8042470.
HSL color Cylindrical-coordinate representation of color #E6B77A: hue angle of 33.89º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6B77A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 122 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.10 |
| HSL | 33.89º | 0.68% | 0.69% | - |
| HSV(B) | 33.89º | 0.47% | 0.9% | - |
| XYZ | 53.08 | 52.1 | 25.67 | - |
| YUV | 190.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 122 | 0 | 0.20 | 0.47 | 0.10 | 33.89 | 0.68 | 0.69 |
| Hex | E6 | B7 | 7A | 0 | 14 | 2F | A | 22 | 44 | 45 |
| Octal | 346 | 267 | 172 | 0 | 24 | 57 | 12 | 42 | 104 | 105 |
| Binary | 11100110 | 10110111 | 1111010 | 0 | 10100 | 101111 | 1010 | 100010 | 1000100 | 1000101 |
Color Harmonies of #E6B77A
Complementary color
Monochromatic Colors of #E6B77A
Black with #E6B77A
Text Example
Text Example
White with #E6B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B77A; }
p { color: rgb(230,183,122); }
H1.HeaderClassName
{
color: #E6B77A;
}
.AnyTagClassName
{
color: #E6B77A;
}
</style>
background-color css
<style>
a { background-color: #E6B77A; }
a { background-color: rgb(230,183,122); }
div.DivClassName
{
background-color: #E6B77A;
}
.BgClassName
{
background-color: #E6B77A;
}
</style>
border-color css
<style>
span { border-color: #E6B77A; }
span { border-color: rgb(230,183,122); }
td.TdClassName
{
border-color: #E6B77A;
}
.TagClassName
{
border-color: #E6B77A;
}
</style>