Shades of Corvette #EBB880
Tints of Corvette #EBB880
RGB
CMYK
RGB Variations
Color information
#EBB880 (or 0xEBB880) is known color: Corvette. HEX triplet: EB, B8 and 80. RGB value is (235,184,128). Sum of RGB (Red+Green+Blue) = 235+184+128=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB880 is #14477F. Grayscale: #C1C1C1. Windows color (decimal): -1329024 or 8435947. OLE color: 8435947.
HSL color Cylindrical-coordinate representation of color #EBB880: hue angle of 31.4º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBB880 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 128 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.08 |
| HSL | 31.4º | 0.73% | 0.71% | - |
| HSV(B) | 31.4º | 0.46% | 0.92% | - |
| XYZ | 55.3 | 53.5 | 27.83 | - |
| YUV | 192.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 128 | 0 | 0.22 | 0.46 | 0.08 | 31.4 | 0.73 | 0.71 |
| Hex | EB | B8 | 80 | 0 | 16 | 2E | 8 | 1F | 49 | 47 |
| Octal | 353 | 270 | 200 | 0 | 26 | 56 | 10 | 37 | 111 | 107 |
| Binary | 11101011 | 10111000 | 10000000 | 0 | 10110 | 101110 | 1000 | 11111 | 1001001 | 1000111 |
Color Harmonies of #EBB880
Complementary color
Monochromatic Colors of #EBB880
Black with #EBB880
Text Example
Text Example
White with #EBB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB880; }
p { color: rgb(235,184,128); }
H1.HeaderClassName
{
color: #EBB880;
}
.AnyTagClassName
{
color: #EBB880;
}
</style>
background-color css
<style>
a { background-color: #EBB880; }
a { background-color: rgb(235,184,128); }
div.DivClassName
{
background-color: #EBB880;
}
.BgClassName
{
background-color: #EBB880;
}
</style>
border-color css
<style>
span { border-color: #EBB880; }
span { border-color: rgb(235,184,128); }
td.TdClassName
{
border-color: #EBB880;
}
.TagClassName
{
border-color: #EBB880;
}
</style>