Shades of Corvette #EBBF8D
Tints of Corvette #EBBF8D
RGB
CMYK
RGB Variations
Color information
#EBBF8D (or 0xEBBF8D) is known color: Corvette. HEX triplet: EB, BF and 8D. RGB value is (235,191,141). Sum of RGB (Red+Green+Blue) = 235+191+141=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF8D is #144072. Grayscale: #C6C6C6. Windows color (decimal): -1327219 or 9289707. OLE color: 9289707.
HSL color Cylindrical-coordinate representation of color #EBBF8D: hue angle of 31.91º 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 #EBBF8D is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 141 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.08 |
| HSL | 31.91º | 0.7% | 0.74% | - |
| HSV(B) | 31.91º | 0.4% | 0.92% | - |
| XYZ | 57.7 | 56.85 | 33.13 | - |
| YUV | 198.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 141 | 0 | 0.19 | 0.4 | 0.08 | 31.91 | 0.7 | 0.74 |
| Hex | EB | BF | 8D | 0 | 13 | 28 | 8 | 20 | 46 | 4A |
| Octal | 353 | 277 | 215 | 0 | 23 | 50 | 10 | 40 | 106 | 112 |
| Binary | 11101011 | 10111111 | 10001101 | 0 | 10011 | 101000 | 1000 | 100000 | 1000110 | 1001010 |
Color Harmonies of #EBBF8D
Complementary color
Monochromatic Colors of #EBBF8D
Black with #EBBF8D
Text Example
Text Example
White with #EBBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF8D; }
p { color: rgb(235,191,141); }
H1.HeaderClassName
{
color: #EBBF8D;
}
.AnyTagClassName
{
color: #EBBF8D;
}
</style>
background-color css
<style>
a { background-color: #EBBF8D; }
a { background-color: rgb(235,191,141); }
div.DivClassName
{
background-color: #EBBF8D;
}
.BgClassName
{
background-color: #EBBF8D;
}
</style>
border-color css
<style>
span { border-color: #EBBF8D; }
span { border-color: rgb(235,191,141); }
td.TdClassName
{
border-color: #EBBF8D;
}
.TagClassName
{
border-color: #EBBF8D;
}
</style>