Shades of Corvette #EBBF8C
Tints of Corvette #EBBF8C
RGB
CMYK
RGB Variations
Color information
#EBBF8C (or 0xEBBF8C) is known color: Corvette. HEX triplet: EB, BF and 8C. RGB value is (235,191,140). Sum of RGB (Red+Green+Blue) = 235+191+140=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF8C is #144073. Grayscale: #C6C6C6. Windows color (decimal): -1327220 or 9224171. OLE color: 9224171.
HSL color Cylindrical-coordinate representation of color #EBBF8C: hue angle of 32.21º 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 #EBBF8C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 140 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.08 |
| HSL | 32.21º | 0.7% | 0.74% | - |
| HSV(B) | 32.21º | 0.4% | 0.92% | - |
| XYZ | 57.63 | 56.82 | 32.74 | - |
| YUV | 198.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 140 | 0 | 0.19 | 0.40 | 0.08 | 32.21 | 0.7 | 0.74 |
| Hex | EB | BF | 8C | 0 | 13 | 28 | 8 | 20 | 46 | 4A |
| Octal | 353 | 277 | 214 | 0 | 23 | 50 | 10 | 40 | 106 | 112 |
| Binary | 11101011 | 10111111 | 10001100 | 0 | 10011 | 101000 | 1000 | 100000 | 1000110 | 1001010 |
Color Harmonies of #EBBF8C
Complementary color
Monochromatic Colors of #EBBF8C
Black with #EBBF8C
Text Example
Text Example
White with #EBBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF8C; }
p { color: rgb(235,191,140); }
H1.HeaderClassName
{
color: #EBBF8C;
}
.AnyTagClassName
{
color: #EBBF8C;
}
</style>
background-color css
<style>
a { background-color: #EBBF8C; }
a { background-color: rgb(235,191,140); }
div.DivClassName
{
background-color: #EBBF8C;
}
.BgClassName
{
background-color: #EBBF8C;
}
</style>
border-color css
<style>
span { border-color: #EBBF8C; }
span { border-color: rgb(235,191,140); }
td.TdClassName
{
border-color: #EBBF8C;
}
.TagClassName
{
border-color: #EBBF8C;
}
</style>