Shades of Corvette #E6BD7A
Tints of Corvette #E6BD7A
RGB
CMYK
RGB Variations
Color information
#E6BD7A (or 0xE6BD7A) is known color: Corvette. HEX triplet: E6, BD and 7A. RGB value is (230,189,122). Sum of RGB (Red+Green+Blue) = 230+189+122=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD7A is #194285. Grayscale: #C1C1C1. Windows color (decimal): -1655430 or 8044006. OLE color: 8044006.
HSL color Cylindrical-coordinate representation of color #E6BD7A: hue angle of 37.22º 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 #E6BD7A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 122 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.10 |
| HSL | 37.22º | 0.68% | 0.69% | - |
| HSV(B) | 37.22º | 0.47% | 0.9% | - |
| XYZ | 54.34 | 54.62 | 26.09 | - |
| YUV | 193.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 122 | 0 | 0.18 | 0.47 | 0.10 | 37.22 | 0.68 | 0.69 |
| Hex | E6 | BD | 7A | 0 | 12 | 2F | A | 25 | 44 | 45 |
| Octal | 346 | 275 | 172 | 0 | 22 | 57 | 12 | 45 | 104 | 105 |
| Binary | 11100110 | 10111101 | 1111010 | 0 | 10010 | 101111 | 1010 | 100101 | 1000100 | 1000101 |
Color Harmonies of #E6BD7A
Complementary color
Monochromatic Colors of #E6BD7A
Black with #E6BD7A
Text Example
Text Example
White with #E6BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD7A; }
p { color: rgb(230,189,122); }
H1.HeaderClassName
{
color: #E6BD7A;
}
.AnyTagClassName
{
color: #E6BD7A;
}
</style>
background-color css
<style>
a { background-color: #E6BD7A; }
a { background-color: rgb(230,189,122); }
div.DivClassName
{
background-color: #E6BD7A;
}
.BgClassName
{
background-color: #E6BD7A;
}
</style>
border-color css
<style>
span { border-color: #E6BD7A; }
span { border-color: rgb(230,189,122); }
td.TdClassName
{
border-color: #E6BD7A;
}
.TagClassName
{
border-color: #E6BD7A;
}
</style>