Shades of Corvette #EBB480
Tints of Corvette #EBB480
RGB
CMYK
RGB Variations
Color information
#EBB480 (or 0xEBB480) is known color: Corvette. HEX triplet: EB, B4 and 80. RGB value is (235,180,128). Sum of RGB (Red+Green+Blue) = 235+180+128=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB480 is #144B7F. Grayscale: #BEBEBE. Windows color (decimal): -1330048 or 8434923. OLE color: 8434923.
HSL color Cylindrical-coordinate representation of color #EBB480: hue angle of 29.16º 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 #EBB480 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.08 |
| HSL | 29.16º | 0.73% | 0.71% | - |
| HSV(B) | 29.16º | 0.46% | 0.92% | - |
| XYZ | 54.48 | 51.86 | 27.56 | - |
| YUV | 190.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 128 | 0 | 0.23 | 0.46 | 0.08 | 29.16 | 0.73 | 0.71 |
| Hex | EB | B4 | 80 | 0 | 17 | 2E | 8 | 1D | 49 | 47 |
| Octal | 353 | 264 | 200 | 0 | 27 | 56 | 10 | 35 | 111 | 107 |
| Binary | 11101011 | 10110100 | 10000000 | 0 | 10111 | 101110 | 1000 | 11101 | 1001001 | 1000111 |
Color Harmonies of #EBB480
Complementary color
Monochromatic Colors of #EBB480
Black with #EBB480
Text Example
Text Example
White with #EBB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB480; }
p { color: rgb(235,180,128); }
H1.HeaderClassName
{
color: #EBB480;
}
.AnyTagClassName
{
color: #EBB480;
}
</style>
background-color css
<style>
a { background-color: #EBB480; }
a { background-color: rgb(235,180,128); }
div.DivClassName
{
background-color: #EBB480;
}
.BgClassName
{
background-color: #EBB480;
}
</style>
border-color css
<style>
span { border-color: #EBB480; }
span { border-color: rgb(235,180,128); }
td.TdClassName
{
border-color: #EBB480;
}
.TagClassName
{
border-color: #EBB480;
}
</style>