Shades of Corvette #EBBA8B
Tints of Corvette #EBBA8B
RGB
CMYK
RGB Variations
Color information
#EBBA8B (or 0xEBBA8B) is known color: Corvette. HEX triplet: EB, BA and 8B. RGB value is (235,186,139). Sum of RGB (Red+Green+Blue) = 235+186+139=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA8B is #144574. Grayscale: #C3C3C3. Windows color (decimal): -1328501 or 9157355. OLE color: 9157355.
HSL color Cylindrical-coordinate representation of color #EBBA8B: hue angle of 29.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBBA8B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 139 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.08 |
| HSL | 29.38º | 0.71% | 0.73% | - |
| HSV(B) | 29.38º | 0.41% | 0.92% | - |
| XYZ | 56.48 | 54.64 | 32 | - |
| YUV | 195.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 139 | 0 | 0.21 | 0.41 | 0.08 | 29.38 | 0.71 | 0.73 |
| Hex | EB | BA | 8B | 0 | 15 | 29 | 8 | 1D | 47 | 49 |
| Octal | 353 | 272 | 213 | 0 | 25 | 51 | 10 | 35 | 107 | 111 |
| Binary | 11101011 | 10111010 | 10001011 | 0 | 10101 | 101001 | 1000 | 11101 | 1000111 | 1001001 |
Color Harmonies of #EBBA8B
Complementary color
Monochromatic Colors of #EBBA8B
Black with #EBBA8B
Text Example
Text Example
White with #EBBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBA8B; }
p { color: rgb(235,186,139); }
H1.HeaderClassName
{
color: #EBBA8B;
}
.AnyTagClassName
{
color: #EBBA8B;
}
</style>
background-color css
<style>
a { background-color: #EBBA8B; }
a { background-color: rgb(235,186,139); }
div.DivClassName
{
background-color: #EBBA8B;
}
.BgClassName
{
background-color: #EBBA8B;
}
</style>
border-color css
<style>
span { border-color: #EBBA8B; }
span { border-color: rgb(235,186,139); }
td.TdClassName
{
border-color: #EBBA8B;
}
.TagClassName
{
border-color: #EBBA8B;
}
</style>