Shades of Corvette #EEBF8D
Tints of Corvette #EEBF8D
RGB
CMYK
RGB Variations
Color information
#EEBF8D (or 0xEEBF8D) is known color: Corvette. HEX triplet: EE, BF and 8D. RGB value is (238,191,141). Sum of RGB (Red+Green+Blue) = 238+191+141=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF8D is #114072. Grayscale: #C7C7C7. Windows color (decimal): -1130611 or 9289710. OLE color: 9289710.
HSL color Cylindrical-coordinate representation of color #EEBF8D: hue angle of 30.93º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEBF8D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 141 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.07 |
| HSL | 30.93º | 0.74% | 0.74% | - |
| HSV(B) | 30.93º | 0.41% | 0.93% | - |
| XYZ | 58.7 | 57.36 | 33.18 | - |
| YUV | 199.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 141 | 0 | 0.20 | 0.41 | 0.07 | 30.93 | 0.74 | 0.74 |
| Hex | EE | BF | 8D | 0 | 14 | 29 | 7 | 1F | 4A | 4A |
| Octal | 356 | 277 | 215 | 0 | 24 | 51 | 7 | 37 | 112 | 112 |
| Binary | 11101110 | 10111111 | 10001101 | 0 | 10100 | 101001 | 111 | 11111 | 1001010 | 1001010 |
Color Harmonies of #EEBF8D
Complementary color
Monochromatic Colors of #EEBF8D
Black with #EEBF8D
Text Example
Text Example
White with #EEBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF8D; }
p { color: rgb(238,191,141); }
H1.HeaderClassName
{
color: #EEBF8D;
}
.AnyTagClassName
{
color: #EEBF8D;
}
</style>
background-color css
<style>
a { background-color: #EEBF8D; }
a { background-color: rgb(238,191,141); }
div.DivClassName
{
background-color: #EEBF8D;
}
.BgClassName
{
background-color: #EEBF8D;
}
</style>
border-color css
<style>
span { border-color: #EEBF8D; }
span { border-color: rgb(238,191,141); }
td.TdClassName
{
border-color: #EEBF8D;
}
.TagClassName
{
border-color: #EEBF8D;
}
</style>