Shades of Corvette #EBBE81
Tints of Corvette #EBBE81
RGB
CMYK
RGB Variations
Color information
#EBBE81 (or 0xEBBE81) is known color: Corvette. HEX triplet: EB, BE and 81. RGB value is (235,190,129). Sum of RGB (Red+Green+Blue) = 235+190+129=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE81 is #14417E. Grayscale: #C4C4C4. Windows color (decimal): -1327487 or 8503019. OLE color: 8503019.
HSL color Cylindrical-coordinate representation of color #EBBE81: hue angle of 34.53º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBBE81 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 129 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.08 |
| HSL | 34.53º | 0.73% | 0.71% | - |
| HSV(B) | 34.53º | 0.45% | 0.92% | - |
| XYZ | 56.64 | 56.07 | 28.61 | - |
| YUV | 196.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 129 | 0 | 0.19 | 0.45 | 0.08 | 34.53 | 0.73 | 0.71 |
| Hex | EB | BE | 81 | 0 | 13 | 2D | 8 | 23 | 49 | 47 |
| Octal | 353 | 276 | 201 | 0 | 23 | 55 | 10 | 43 | 111 | 107 |
| Binary | 11101011 | 10111110 | 10000001 | 0 | 10011 | 101101 | 1000 | 100011 | 1001001 | 1000111 |
Color Harmonies of #EBBE81
Complementary color
Monochromatic Colors of #EBBE81
Black with #EBBE81
Text Example
Text Example
White with #EBBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE81; }
p { color: rgb(235,190,129); }
H1.HeaderClassName
{
color: #EBBE81;
}
.AnyTagClassName
{
color: #EBBE81;
}
</style>
background-color css
<style>
a { background-color: #EBBE81; }
a { background-color: rgb(235,190,129); }
div.DivClassName
{
background-color: #EBBE81;
}
.BgClassName
{
background-color: #EBBE81;
}
</style>
border-color css
<style>
span { border-color: #EBBE81; }
span { border-color: rgb(235,190,129); }
td.TdClassName
{
border-color: #EBBE81;
}
.TagClassName
{
border-color: #EBBE81;
}
</style>