Shades of Corvette #E6BD7B
Tints of Corvette #E6BD7B
RGB
CMYK
RGB Variations
Color information
#E6BD7B (or 0xE6BD7B) is known color: Corvette. HEX triplet: E6, BD and 7B. RGB value is (230,189,123). Sum of RGB (Red+Green+Blue) = 230+189+123=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD7B is #194284. Grayscale: #C2C2C2. Windows color (decimal): -1655429 or 8109542. OLE color: 8109542.
HSL color Cylindrical-coordinate representation of color #E6BD7B: hue angle of 37.01º 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 #E6BD7B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 123 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.10 |
| HSL | 37.01º | 0.68% | 0.69% | - |
| HSV(B) | 37.01º | 0.47% | 0.9% | - |
| XYZ | 54.41 | 54.65 | 26.42 | - |
| YUV | 193.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 123 | 0 | 0.18 | 0.47 | 0.10 | 37.01 | 0.68 | 0.69 |
| Hex | E6 | BD | 7B | 0 | 12 | 2F | A | 25 | 44 | 45 |
| Octal | 346 | 275 | 173 | 0 | 22 | 57 | 12 | 45 | 104 | 105 |
| Binary | 11100110 | 10111101 | 1111011 | 0 | 10010 | 101111 | 1010 | 100101 | 1000100 | 1000101 |
Color Harmonies of #E6BD7B
Complementary color
Monochromatic Colors of #E6BD7B
Black with #E6BD7B
Text Example
Text Example
White with #E6BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD7B; }
p { color: rgb(230,189,123); }
H1.HeaderClassName
{
color: #E6BD7B;
}
.AnyTagClassName
{
color: #E6BD7B;
}
</style>
background-color css
<style>
a { background-color: #E6BD7B; }
a { background-color: rgb(230,189,123); }
div.DivClassName
{
background-color: #E6BD7B;
}
.BgClassName
{
background-color: #E6BD7B;
}
</style>
border-color css
<style>
span { border-color: #E6BD7B; }
span { border-color: rgb(230,189,123); }
td.TdClassName
{
border-color: #E6BD7B;
}
.TagClassName
{
border-color: #E6BD7B;
}
</style>