Shades of Corvette #EBB976
Tints of Corvette #EBB976
RGB
CMYK
RGB Variations
Color information
#EBB976 (or 0xEBB976) is known color: Corvette. HEX triplet: EB, B9 and 76. RGB value is (235,185,118). Sum of RGB (Red+Green+Blue) = 235+185+118=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB976 is #144689. Grayscale: #C0C0C0. Windows color (decimal): -1328778 or 7780843. OLE color: 7780843.
HSL color Cylindrical-coordinate representation of color #EBB976: hue angle of 34.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBB976 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 118 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.08 |
| HSL | 34.36º | 0.75% | 0.69% | - |
| HSV(B) | 34.36º | 0.5% | 0.92% | - |
| XYZ | 54.88 | 53.67 | 24.61 | - |
| YUV | 192.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 118 | 0 | 0.21 | 0.50 | 0.08 | 34.36 | 0.75 | 0.69 |
| Hex | EB | B9 | 76 | 0 | 15 | 32 | 8 | 22 | 4B | 45 |
| Octal | 353 | 271 | 166 | 0 | 25 | 62 | 10 | 42 | 113 | 105 |
| Binary | 11101011 | 10111001 | 1110110 | 0 | 10101 | 110010 | 1000 | 100010 | 1001011 | 1000101 |
Color Harmonies of #EBB976
Complementary color
Monochromatic Colors of #EBB976
Black with #EBB976
Text Example
Text Example
White with #EBB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB976; }
p { color: rgb(235,185,118); }
H1.HeaderClassName
{
color: #EBB976;
}
.AnyTagClassName
{
color: #EBB976;
}
</style>
background-color css
<style>
a { background-color: #EBB976; }
a { background-color: rgb(235,185,118); }
div.DivClassName
{
background-color: #EBB976;
}
.BgClassName
{
background-color: #EBB976;
}
</style>
border-color css
<style>
span { border-color: #EBB976; }
span { border-color: rgb(235,185,118); }
td.TdClassName
{
border-color: #EBB976;
}
.TagClassName
{
border-color: #EBB976;
}
</style>