Shades of Corvette #EBBE8C
Tints of Corvette #EBBE8C
RGB
CMYK
RGB Variations
Color information
#EBBE8C (or 0xEBBE8C) is known color: Corvette. HEX triplet: EB, BE and 8C. RGB value is (235,190,140). Sum of RGB (Red+Green+Blue) = 235+190+140=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE8C is #144173. Grayscale: #C6C6C6. Windows color (decimal): -1327476 or 9223915. OLE color: 9223915.
HSL color Cylindrical-coordinate representation of color #EBBE8C: hue angle of 31.58º 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 #EBBE8C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 140 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.08 |
| HSL | 31.58º | 0.7% | 0.74% | - |
| HSV(B) | 31.58º | 0.4% | 0.92% | - |
| XYZ | 57.41 | 56.38 | 32.67 | - |
| YUV | 197.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 140 | 0 | 0.19 | 0.40 | 0.08 | 31.58 | 0.7 | 0.74 |
| Hex | EB | BE | 8C | 0 | 13 | 28 | 8 | 20 | 46 | 4A |
| Octal | 353 | 276 | 214 | 0 | 23 | 50 | 10 | 40 | 106 | 112 |
| Binary | 11101011 | 10111110 | 10001100 | 0 | 10011 | 101000 | 1000 | 100000 | 1000110 | 1001010 |
Color Harmonies of #EBBE8C
Complementary color
Monochromatic Colors of #EBBE8C
Black with #EBBE8C
Text Example
Text Example
White with #EBBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE8C; }
p { color: rgb(235,190,140); }
H1.HeaderClassName
{
color: #EBBE8C;
}
.AnyTagClassName
{
color: #EBBE8C;
}
</style>
background-color css
<style>
a { background-color: #EBBE8C; }
a { background-color: rgb(235,190,140); }
div.DivClassName
{
background-color: #EBBE8C;
}
.BgClassName
{
background-color: #EBBE8C;
}
</style>
border-color css
<style>
span { border-color: #EBBE8C; }
span { border-color: rgb(235,190,140); }
td.TdClassName
{
border-color: #EBBE8C;
}
.TagClassName
{
border-color: #EBBE8C;
}
</style>