Shades of Corvette #EBBE7C
Tints of Corvette #EBBE7C
RGB
CMYK
RGB Variations
Color information
#EBBE7C (or 0xEBBE7C) is known color: Corvette. HEX triplet: EB, BE and 7C. RGB value is (235,190,124). Sum of RGB (Red+Green+Blue) = 235+190+124=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE7C is #144183. Grayscale: #C4C4C4. Windows color (decimal): -1327492 or 8175339. OLE color: 8175339.
HSL color Cylindrical-coordinate representation of color #EBBE7C: hue angle of 35.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBBE7C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 124 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.08 |
| HSL | 35.68º | 0.74% | 0.7% | - |
| HSV(B) | 35.68º | 0.47% | 0.92% | - |
| XYZ | 56.31 | 55.94 | 26.9 | - |
| YUV | 195.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 124 | 0 | 0.19 | 0.47 | 0.08 | 35.68 | 0.74 | 0.7 |
| Hex | EB | BE | 7C | 0 | 13 | 2F | 8 | 24 | 4A | 46 |
| Octal | 353 | 276 | 174 | 0 | 23 | 57 | 10 | 44 | 112 | 106 |
| Binary | 11101011 | 10111110 | 1111100 | 0 | 10011 | 101111 | 1000 | 100100 | 1001010 | 1000110 |
Color Harmonies of #EBBE7C
Complementary color
Monochromatic Colors of #EBBE7C
Black with #EBBE7C
Text Example
Text Example
White with #EBBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE7C; }
p { color: rgb(235,190,124); }
H1.HeaderClassName
{
color: #EBBE7C;
}
.AnyTagClassName
{
color: #EBBE7C;
}
</style>
background-color css
<style>
a { background-color: #EBBE7C; }
a { background-color: rgb(235,190,124); }
div.DivClassName
{
background-color: #EBBE7C;
}
.BgClassName
{
background-color: #EBBE7C;
}
</style>
border-color css
<style>
span { border-color: #EBBE7C; }
span { border-color: rgb(235,190,124); }
td.TdClassName
{
border-color: #EBBE7C;
}
.TagClassName
{
border-color: #EBBE7C;
}
</style>