Shades of Corvette #EBBB79
Tints of Corvette #EBBB79
RGB
CMYK
RGB Variations
Color information
#EBBB79 (or 0xEBBB79) is known color: Corvette. HEX triplet: EB, BB and 79. RGB value is (235,187,121). Sum of RGB (Red+Green+Blue) = 235+187+121=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB79 is #144486. Grayscale: #C2C2C2. Windows color (decimal): -1328263 or 7977963. OLE color: 7977963.
HSL color Cylindrical-coordinate representation of color #EBBB79: hue angle of 34.74º 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 #EBBB79 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 121 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.08 |
| HSL | 34.74º | 0.74% | 0.7% | - |
| HSV(B) | 34.74º | 0.49% | 0.92% | - |
| XYZ | 55.48 | 54.58 | 25.7 | - |
| YUV | 193.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 121 | 0 | 0.20 | 0.49 | 0.08 | 34.74 | 0.74 | 0.7 |
| Hex | EB | BB | 79 | 0 | 14 | 31 | 8 | 23 | 4A | 46 |
| Octal | 353 | 273 | 171 | 0 | 24 | 61 | 10 | 43 | 112 | 106 |
| Binary | 11101011 | 10111011 | 1111001 | 0 | 10100 | 110001 | 1000 | 100011 | 1001010 | 1000110 |
Color Harmonies of #EBBB79
Complementary color
Monochromatic Colors of #EBBB79
Black with #EBBB79
Text Example
Text Example
White with #EBBB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB79; }
p { color: rgb(235,187,121); }
H1.HeaderClassName
{
color: #EBBB79;
}
.AnyTagClassName
{
color: #EBBB79;
}
</style>
background-color css
<style>
a { background-color: #EBBB79; }
a { background-color: rgb(235,187,121); }
div.DivClassName
{
background-color: #EBBB79;
}
.BgClassName
{
background-color: #EBBB79;
}
</style>
border-color css
<style>
span { border-color: #EBBB79; }
span { border-color: rgb(235,187,121); }
td.TdClassName
{
border-color: #EBBB79;
}
.TagClassName
{
border-color: #EBBB79;
}
</style>