Shades of Corvette #EBBE7B
Tints of Corvette #EBBE7B
RGB
CMYK
RGB Variations
Color information
#EBBE7B (or 0xEBBE7B) is known color: Corvette. HEX triplet: EB, BE and 7B. RGB value is (235,190,123). Sum of RGB (Red+Green+Blue) = 235+190+123=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE7B is #144184. Grayscale: #C4C4C4. Windows color (decimal): -1327493 or 8109803. OLE color: 8109803.
HSL color Cylindrical-coordinate representation of color #EBBE7B: hue angle of 35.89º 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 #EBBE7B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 123 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.08 |
| HSL | 35.89º | 0.74% | 0.7% | - |
| HSV(B) | 35.89º | 0.48% | 0.92% | - |
| XYZ | 56.25 | 55.92 | 26.57 | - |
| YUV | 195.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 123 | 0 | 0.19 | 0.48 | 0.08 | 35.89 | 0.74 | 0.7 |
| Hex | EB | BE | 7B | 0 | 13 | 30 | 8 | 24 | 4A | 46 |
| Octal | 353 | 276 | 173 | 0 | 23 | 60 | 10 | 44 | 112 | 106 |
| Binary | 11101011 | 10111110 | 1111011 | 0 | 10011 | 110000 | 1000 | 100100 | 1001010 | 1000110 |
Color Harmonies of #EBBE7B
Complementary color
Monochromatic Colors of #EBBE7B
Black with #EBBE7B
Text Example
Text Example
White with #EBBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE7B; }
p { color: rgb(235,190,123); }
H1.HeaderClassName
{
color: #EBBE7B;
}
.AnyTagClassName
{
color: #EBBE7B;
}
</style>
background-color css
<style>
a { background-color: #EBBE7B; }
a { background-color: rgb(235,190,123); }
div.DivClassName
{
background-color: #EBBE7B;
}
.BgClassName
{
background-color: #EBBE7B;
}
</style>
border-color css
<style>
span { border-color: #EBBE7B; }
span { border-color: rgb(235,190,123); }
td.TdClassName
{
border-color: #EBBE7B;
}
.TagClassName
{
border-color: #EBBE7B;
}
</style>