Shades of Corvette #E9BC82
Tints of Corvette #E9BC82
RGB
CMYK
RGB Variations
Color information
#E9BC82 (or 0xE9BC82) is known color: Corvette. HEX triplet: E9, BC and 82. RGB value is (233,188,130). Sum of RGB (Red+Green+Blue) = 233+188+130=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC82 is #16437D. Grayscale: #C3C3C3. Windows color (decimal): -1459070 or 8568041. OLE color: 8568041.
HSL color Cylindrical-coordinate representation of color #E9BC82: hue angle of 33.79º degrees, saturation: 0.7, 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 #E9BC82 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 130 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.09 |
| HSL | 33.79º | 0.7% | 0.71% | - |
| HSV(B) | 33.79º | 0.44% | 0.91% | - |
| XYZ | 55.62 | 54.9 | 28.78 | - |
| YUV | 194.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 130 | 0 | 0.19 | 0.44 | 0.09 | 33.79 | 0.7 | 0.71 |
| Hex | E9 | BC | 82 | 0 | 13 | 2C | 9 | 22 | 46 | 47 |
| Octal | 351 | 274 | 202 | 0 | 23 | 54 | 11 | 42 | 106 | 107 |
| Binary | 11101001 | 10111100 | 10000010 | 0 | 10011 | 101100 | 1001 | 100010 | 1000110 | 1000111 |
Color Harmonies of #E9BC82
Complementary color
Monochromatic Colors of #E9BC82
Black with #E9BC82
Text Example
Text Example
White with #E9BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC82; }
p { color: rgb(233,188,130); }
H1.HeaderClassName
{
color: #E9BC82;
}
.AnyTagClassName
{
color: #E9BC82;
}
</style>
background-color css
<style>
a { background-color: #E9BC82; }
a { background-color: rgb(233,188,130); }
div.DivClassName
{
background-color: #E9BC82;
}
.BgClassName
{
background-color: #E9BC82;
}
</style>
border-color css
<style>
span { border-color: #E9BC82; }
span { border-color: rgb(233,188,130); }
td.TdClassName
{
border-color: #E9BC82;
}
.TagClassName
{
border-color: #E9BC82;
}
</style>