Shades of Corvette #E6B57D
Tints of Corvette #E6B57D
RGB
CMYK
RGB Variations
Color information
#E6B57D (or 0xE6B57D) is known color: Corvette. HEX triplet: E6, B5 and 7D. RGB value is (230,181,125). Sum of RGB (Red+Green+Blue) = 230+181+125=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B57D is #194A82. Grayscale: #BDBDBD. Windows color (decimal): -1657475 or 8238566. OLE color: 8238566.
HSL color Cylindrical-coordinate representation of color #E6B57D: hue angle of 32º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6B57D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 125 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.10 |
| HSL | 32º | 0.68% | 0.7% | - |
| HSV(B) | 32º | 0.46% | 0.9% | - |
| XYZ | 52.86 | 51.35 | 26.53 | - |
| YUV | 189.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 125 | 0 | 0.21 | 0.46 | 0.10 | 32 | 0.68 | 0.7 |
| Hex | E6 | B5 | 7D | 0 | 15 | 2E | A | 20 | 44 | 46 |
| Octal | 346 | 265 | 175 | 0 | 25 | 56 | 12 | 40 | 104 | 106 |
| Binary | 11100110 | 10110101 | 1111101 | 0 | 10101 | 101110 | 1010 | 100000 | 1000100 | 1000110 |
Color Harmonies of #E6B57D
Complementary color
Monochromatic Colors of #E6B57D
Black with #E6B57D
Text Example
Text Example
White with #E6B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B57D; }
p { color: rgb(230,181,125); }
H1.HeaderClassName
{
color: #E6B57D;
}
.AnyTagClassName
{
color: #E6B57D;
}
</style>
background-color css
<style>
a { background-color: #E6B57D; }
a { background-color: rgb(230,181,125); }
div.DivClassName
{
background-color: #E6B57D;
}
.BgClassName
{
background-color: #E6B57D;
}
</style>
border-color css
<style>
span { border-color: #E6B57D; }
span { border-color: rgb(230,181,125); }
td.TdClassName
{
border-color: #E6B57D;
}
.TagClassName
{
border-color: #E6B57D;
}
</style>