Shades of Corvette #EBB680
Tints of Corvette #EBB680
RGB
CMYK
RGB Variations
Color information
#EBB680 (or 0xEBB680) is known color: Corvette. HEX triplet: EB, B6 and 80. RGB value is (235,182,128). Sum of RGB (Red+Green+Blue) = 235+182+128=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB680 is #14497F. Grayscale: #BFBFBF. Windows color (decimal): -1329536 or 8435435. OLE color: 8435435.
HSL color Cylindrical-coordinate representation of color #EBB680: hue angle of 30.28º 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 #EBB680 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.08 |
| HSL | 30.28º | 0.73% | 0.71% | - |
| HSV(B) | 30.28º | 0.46% | 0.92% | - |
| XYZ | 54.89 | 52.68 | 27.7 | - |
| YUV | 191.69 | 92.06 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 128 | 0 | 0.23 | 0.46 | 0.08 | 30.28 | 0.73 | 0.71 |
| Hex | EB | B6 | 80 | 0 | 17 | 2E | 8 | 1E | 49 | 47 |
| Octal | 353 | 266 | 200 | 0 | 27 | 56 | 10 | 36 | 111 | 107 |
| Binary | 11101011 | 10110110 | 10000000 | 0 | 10111 | 101110 | 1000 | 11110 | 1001001 | 1000111 |
Color Harmonies of #EBB680
Complementary color
Monochromatic Colors of #EBB680
Black with #EBB680
Text Example
Text Example
White with #EBB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB680; }
p { color: rgb(235,182,128); }
H1.HeaderClassName
{
color: #EBB680;
}
.AnyTagClassName
{
color: #EBB680;
}
</style>
background-color css
<style>
a { background-color: #EBB680; }
a { background-color: rgb(235,182,128); }
div.DivClassName
{
background-color: #EBB680;
}
.BgClassName
{
background-color: #EBB680;
}
</style>
border-color css
<style>
span { border-color: #EBB680; }
span { border-color: rgb(235,182,128); }
td.TdClassName
{
border-color: #EBB680;
}
.TagClassName
{
border-color: #EBB680;
}
</style>