Shades of Corvette #EBBD8C
Tints of Corvette #EBBD8C
RGB
CMYK
RGB Variations
Color information
#EBBD8C (or 0xEBBD8C) is known color: Corvette. HEX triplet: EB, BD and 8C. RGB value is (235,189,140). Sum of RGB (Red+Green+Blue) = 235+189+140=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD8C is #144273. Grayscale: #C5C5C5. Windows color (decimal): -1327732 or 9223659. OLE color: 9223659.
HSL color Cylindrical-coordinate representation of color #EBBD8C: hue angle of 30.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBBD8C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 140 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.08 |
| HSL | 30.95º | 0.7% | 0.74% | - |
| HSV(B) | 30.95º | 0.4% | 0.92% | - |
| XYZ | 57.19 | 55.95 | 32.6 | - |
| YUV | 197.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 140 | 0 | 0.20 | 0.40 | 0.08 | 30.95 | 0.7 | 0.74 |
| Hex | EB | BD | 8C | 0 | 14 | 28 | 8 | 1F | 46 | 4A |
| Octal | 353 | 275 | 214 | 0 | 24 | 50 | 10 | 37 | 106 | 112 |
| Binary | 11101011 | 10111101 | 10001100 | 0 | 10100 | 101000 | 1000 | 11111 | 1000110 | 1001010 |
Color Harmonies of #EBBD8C
Complementary color
Monochromatic Colors of #EBBD8C
Black with #EBBD8C
Text Example
Text Example
White with #EBBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBD8C; }
p { color: rgb(235,189,140); }
H1.HeaderClassName
{
color: #EBBD8C;
}
.AnyTagClassName
{
color: #EBBD8C;
}
</style>
background-color css
<style>
a { background-color: #EBBD8C; }
a { background-color: rgb(235,189,140); }
div.DivClassName
{
background-color: #EBBD8C;
}
.BgClassName
{
background-color: #EBBD8C;
}
</style>
border-color css
<style>
span { border-color: #EBBD8C; }
span { border-color: rgb(235,189,140); }
td.TdClassName
{
border-color: #EBBD8C;
}
.TagClassName
{
border-color: #EBBD8C;
}
</style>