Shades of Corvette #EBBE8A
Tints of Corvette #EBBE8A
RGB
CMYK
RGB Variations
Color information
#EBBE8A (or 0xEBBE8A) is known color: Corvette. HEX triplet: EB, BE and 8A. RGB value is (235,190,138). Sum of RGB (Red+Green+Blue) = 235+190+138=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE8A is #144175. Grayscale: #C5C5C5. Windows color (decimal): -1327478 or 9092843. OLE color: 9092843.
HSL color Cylindrical-coordinate representation of color #EBBE8A: hue angle of 32.16º 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 #EBBE8A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 138 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.08 |
| HSL | 32.16º | 0.71% | 0.73% | - |
| HSV(B) | 32.16º | 0.41% | 0.92% | - |
| XYZ | 57.26 | 56.32 | 31.9 | - |
| YUV | 197.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 138 | 0 | 0.19 | 0.41 | 0.08 | 32.16 | 0.71 | 0.73 |
| Hex | EB | BE | 8A | 0 | 13 | 29 | 8 | 20 | 47 | 49 |
| Octal | 353 | 276 | 212 | 0 | 23 | 51 | 10 | 40 | 107 | 111 |
| Binary | 11101011 | 10111110 | 10001010 | 0 | 10011 | 101001 | 1000 | 100000 | 1000111 | 1001001 |
Color Harmonies of #EBBE8A
Complementary color
Monochromatic Colors of #EBBE8A
Black with #EBBE8A
Text Example
Text Example
White with #EBBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE8A; }
p { color: rgb(235,190,138); }
H1.HeaderClassName
{
color: #EBBE8A;
}
.AnyTagClassName
{
color: #EBBE8A;
}
</style>
background-color css
<style>
a { background-color: #EBBE8A; }
a { background-color: rgb(235,190,138); }
div.DivClassName
{
background-color: #EBBE8A;
}
.BgClassName
{
background-color: #EBBE8A;
}
</style>
border-color css
<style>
span { border-color: #EBBE8A; }
span { border-color: rgb(235,190,138); }
td.TdClassName
{
border-color: #EBBE8A;
}
.TagClassName
{
border-color: #EBBE8A;
}
</style>