Shades of Corvette #EBBB8C
Tints of Corvette #EBBB8C
RGB
CMYK
RGB Variations
Color information
#EBBB8C (or 0xEBBB8C) is known color: Corvette. HEX triplet: EB, BB and 8C. RGB value is (235,187,140). Sum of RGB (Red+Green+Blue) = 235+187+140=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBB8C is #144473. Grayscale: #C4C4C4. Windows color (decimal): -1328244 or 9223147. OLE color: 9223147.
HSL color Cylindrical-coordinate representation of color #EBBB8C: hue angle of 29.68º 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 #EBBB8C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 140 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.08 |
| HSL | 29.68º | 0.7% | 0.74% | - |
| HSV(B) | 29.68º | 0.4% | 0.92% | - |
| XYZ | 56.76 | 55.1 | 32.45 | - |
| YUV | 195.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 140 | 0 | 0.20 | 0.40 | 0.08 | 29.68 | 0.7 | 0.74 |
| Hex | EB | BB | 8C | 0 | 14 | 28 | 8 | 1E | 46 | 4A |
| Octal | 353 | 273 | 214 | 0 | 24 | 50 | 10 | 36 | 106 | 112 |
| Binary | 11101011 | 10111011 | 10001100 | 0 | 10100 | 101000 | 1000 | 11110 | 1000110 | 1001010 |
Color Harmonies of #EBBB8C
Complementary color
Monochromatic Colors of #EBBB8C
Black with #EBBB8C
Text Example
Text Example
White with #EBBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB8C; }
p { color: rgb(235,187,140); }
H1.HeaderClassName
{
color: #EBBB8C;
}
.AnyTagClassName
{
color: #EBBB8C;
}
</style>
background-color css
<style>
a { background-color: #EBBB8C; }
a { background-color: rgb(235,187,140); }
div.DivClassName
{
background-color: #EBBB8C;
}
.BgClassName
{
background-color: #EBBB8C;
}
</style>
border-color css
<style>
span { border-color: #EBBB8C; }
span { border-color: rgb(235,187,140); }
td.TdClassName
{
border-color: #EBBB8C;
}
.TagClassName
{
border-color: #EBBB8C;
}
</style>