Shades of Corvette #EBBE7A
Tints of Corvette #EBBE7A
RGB
CMYK
RGB Variations
Color information
#EBBE7A (or 0xEBBE7A) is known color: Corvette. HEX triplet: EB, BE and 7A. RGB value is (235,190,122). Sum of RGB (Red+Green+Blue) = 235+190+122=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE7A is #144185. Grayscale: #C4C4C4. Windows color (decimal): -1327494 or 8044267. OLE color: 8044267.
HSL color Cylindrical-coordinate representation of color #EBBE7A: hue angle of 36.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBBE7A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 122 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.08 |
| HSL | 36.11º | 0.74% | 0.7% | - |
| HSV(B) | 36.11º | 0.48% | 0.92% | - |
| XYZ | 56.19 | 55.89 | 26.24 | - |
| YUV | 195.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 122 | 0 | 0.19 | 0.48 | 0.08 | 36.11 | 0.74 | 0.7 |
| Hex | EB | BE | 7A | 0 | 13 | 30 | 8 | 24 | 4A | 46 |
| Octal | 353 | 276 | 172 | 0 | 23 | 60 | 10 | 44 | 112 | 106 |
| Binary | 11101011 | 10111110 | 1111010 | 0 | 10011 | 110000 | 1000 | 100100 | 1001010 | 1000110 |
Color Harmonies of #EBBE7A
Complementary color
Monochromatic Colors of #EBBE7A
Black with #EBBE7A
Text Example
Text Example
White with #EBBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE7A; }
p { color: rgb(235,190,122); }
H1.HeaderClassName
{
color: #EBBE7A;
}
.AnyTagClassName
{
color: #EBBE7A;
}
</style>
background-color css
<style>
a { background-color: #EBBE7A; }
a { background-color: rgb(235,190,122); }
div.DivClassName
{
background-color: #EBBE7A;
}
.BgClassName
{
background-color: #EBBE7A;
}
</style>
border-color css
<style>
span { border-color: #EBBE7A; }
span { border-color: rgb(235,190,122); }
td.TdClassName
{
border-color: #EBBE7A;
}
.TagClassName
{
border-color: #EBBE7A;
}
</style>