Shades of Corvette #E7BD81
Tints of Corvette #E7BD81
RGB
CMYK
RGB Variations
Color information
#E7BD81 (or 0xE7BD81) is known color: Corvette. HEX triplet: E7, BD and 81. RGB value is (231,189,129). Sum of RGB (Red+Green+Blue) = 231+189+129=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD81 is #18427E. Grayscale: #C3C3C3. Windows color (decimal): -1589887 or 8502759. OLE color: 8502759.
HSL color Cylindrical-coordinate representation of color #E7BD81: hue angle of 35.29º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7BD81 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 129 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.09 |
| HSL | 35.29º | 0.68% | 0.71% | - |
| HSV(B) | 35.29º | 0.44% | 0.91% | - |
| XYZ | 55.12 | 54.97 | 28.47 | - |
| YUV | 194.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 129 | 0 | 0.18 | 0.44 | 0.09 | 35.29 | 0.68 | 0.71 |
| Hex | E7 | BD | 81 | 0 | 12 | 2C | 9 | 23 | 44 | 47 |
| Octal | 347 | 275 | 201 | 0 | 22 | 54 | 11 | 43 | 104 | 107 |
| Binary | 11100111 | 10111101 | 10000001 | 0 | 10010 | 101100 | 1001 | 100011 | 1000100 | 1000111 |
Color Harmonies of #E7BD81
Complementary color
Monochromatic Colors of #E7BD81
Black with #E7BD81
Text Example
Text Example
White with #E7BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD81; }
p { color: rgb(231,189,129); }
H1.HeaderClassName
{
color: #E7BD81;
}
.AnyTagClassName
{
color: #E7BD81;
}
</style>
background-color css
<style>
a { background-color: #E7BD81; }
a { background-color: rgb(231,189,129); }
div.DivClassName
{
background-color: #E7BD81;
}
.BgClassName
{
background-color: #E7BD81;
}
</style>
border-color css
<style>
span { border-color: #E7BD81; }
span { border-color: rgb(231,189,129); }
td.TdClassName
{
border-color: #E7BD81;
}
.TagClassName
{
border-color: #E7BD81;
}
</style>