Shades of Corvette #EBB979
Tints of Corvette #EBB979
RGB
CMYK
RGB Variations
Color information
#EBB979 (or 0xEBB979) is known color: Corvette. HEX triplet: EB, B9 and 79. RGB value is (235,185,121). Sum of RGB (Red+Green+Blue) = 235+185+121=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB979 is #144686. Grayscale: #C0C0C0. Windows color (decimal): -1328775 or 7977451. OLE color: 7977451.
HSL color Cylindrical-coordinate representation of color #EBB979: hue angle of 33.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBB979 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 121 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.08 |
| HSL | 33.68º | 0.74% | 0.7% | - |
| HSV(B) | 33.68º | 0.49% | 0.92% | - |
| XYZ | 55.06 | 53.74 | 25.56 | - |
| YUV | 192.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 121 | 0 | 0.21 | 0.49 | 0.08 | 33.68 | 0.74 | 0.7 |
| Hex | EB | B9 | 79 | 0 | 15 | 31 | 8 | 22 | 4A | 46 |
| Octal | 353 | 271 | 171 | 0 | 25 | 61 | 10 | 42 | 112 | 106 |
| Binary | 11101011 | 10111001 | 1111001 | 0 | 10101 | 110001 | 1000 | 100010 | 1001010 | 1000110 |
Color Harmonies of #EBB979
Complementary color
Monochromatic Colors of #EBB979
Black with #EBB979
Text Example
Text Example
White with #EBB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB979; }
p { color: rgb(235,185,121); }
H1.HeaderClassName
{
color: #EBB979;
}
.AnyTagClassName
{
color: #EBB979;
}
</style>
background-color css
<style>
a { background-color: #EBB979; }
a { background-color: rgb(235,185,121); }
div.DivClassName
{
background-color: #EBB979;
}
.BgClassName
{
background-color: #EBB979;
}
</style>
border-color css
<style>
span { border-color: #EBB979; }
span { border-color: rgb(235,185,121); }
td.TdClassName
{
border-color: #EBB979;
}
.TagClassName
{
border-color: #EBB979;
}
</style>