Shades of Corvette #EBBE7D
Tints of Corvette #EBBE7D
RGB
CMYK
RGB Variations
Color information
#EBBE7D (or 0xEBBE7D) is known color: Corvette. HEX triplet: EB, BE and 7D. RGB value is (235,190,125). Sum of RGB (Red+Green+Blue) = 235+190+125=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE7D is #144182. Grayscale: #C4C4C4. Windows color (decimal): -1327491 or 8240875. OLE color: 8240875.
HSL color Cylindrical-coordinate representation of color #EBBE7D: hue angle of 35.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBBE7D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 125 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.08 |
| HSL | 35.45º | 0.73% | 0.71% | - |
| HSV(B) | 35.45º | 0.47% | 0.92% | - |
| XYZ | 56.38 | 55.97 | 27.23 | - |
| YUV | 196.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 125 | 0 | 0.19 | 0.47 | 0.08 | 35.45 | 0.73 | 0.71 |
| Hex | EB | BE | 7D | 0 | 13 | 2F | 8 | 23 | 49 | 47 |
| Octal | 353 | 276 | 175 | 0 | 23 | 57 | 10 | 43 | 111 | 107 |
| Binary | 11101011 | 10111110 | 1111101 | 0 | 10011 | 101111 | 1000 | 100011 | 1001001 | 1000111 |
Color Harmonies of #EBBE7D
Complementary color
Monochromatic Colors of #EBBE7D
Black with #EBBE7D
Text Example
Text Example
White with #EBBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE7D; }
p { color: rgb(235,190,125); }
H1.HeaderClassName
{
color: #EBBE7D;
}
.AnyTagClassName
{
color: #EBBE7D;
}
</style>
background-color css
<style>
a { background-color: #EBBE7D; }
a { background-color: rgb(235,190,125); }
div.DivClassName
{
background-color: #EBBE7D;
}
.BgClassName
{
background-color: #EBBE7D;
}
</style>
border-color css
<style>
span { border-color: #EBBE7D; }
span { border-color: rgb(235,190,125); }
td.TdClassName
{
border-color: #EBBE7D;
}
.TagClassName
{
border-color: #EBBE7D;
}
</style>