Shades of Corvette #EBBE8D
Tints of Corvette #EBBE8D
RGB
CMYK
RGB Variations
Color information
#EBBE8D (or 0xEBBE8D) is known color: Corvette. HEX triplet: EB, BE and 8D. RGB value is (235,190,141). Sum of RGB (Red+Green+Blue) = 235+190+141=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE8D is #144172. Grayscale: #C6C6C6. Windows color (decimal): -1327475 or 9289451. OLE color: 9289451.
HSL color Cylindrical-coordinate representation of color #EBBE8D: hue angle of 31.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBBE8D is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 141 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.08 |
| HSL | 31.28º | 0.7% | 0.74% | - |
| HSV(B) | 31.28º | 0.4% | 0.92% | - |
| XYZ | 57.48 | 56.41 | 33.06 | - |
| YUV | 197.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 141 | 0 | 0.19 | 0.4 | 0.08 | 31.28 | 0.7 | 0.74 |
| Hex | EB | BE | 8D | 0 | 13 | 28 | 8 | 1F | 46 | 4A |
| Octal | 353 | 276 | 215 | 0 | 23 | 50 | 10 | 37 | 106 | 112 |
| Binary | 11101011 | 10111110 | 10001101 | 0 | 10011 | 101000 | 1000 | 11111 | 1000110 | 1001010 |
Color Harmonies of #EBBE8D
Complementary color
Monochromatic Colors of #EBBE8D
Black with #EBBE8D
Text Example
Text Example
White with #EBBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE8D; }
p { color: rgb(235,190,141); }
H1.HeaderClassName
{
color: #EBBE8D;
}
.AnyTagClassName
{
color: #EBBE8D;
}
</style>
background-color css
<style>
a { background-color: #EBBE8D; }
a { background-color: rgb(235,190,141); }
div.DivClassName
{
background-color: #EBBE8D;
}
.BgClassName
{
background-color: #EBBE8D;
}
</style>
border-color css
<style>
span { border-color: #EBBE8D; }
span { border-color: rgb(235,190,141); }
td.TdClassName
{
border-color: #EBBE8D;
}
.TagClassName
{
border-color: #EBBE8D;
}
</style>