Shades of Corvette #EEBF8C
Tints of Corvette #EEBF8C
RGB
CMYK
RGB Variations
Color information
#EEBF8C (or 0xEEBF8C) is known color: Corvette. HEX triplet: EE, BF and 8C. RGB value is (238,191,140). Sum of RGB (Red+Green+Blue) = 238+191+140=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF8C is #114073. Grayscale: #C7C7C7. Windows color (decimal): -1130612 or 9224174. OLE color: 9224174.
HSL color Cylindrical-coordinate representation of color #EEBF8C: hue angle of 31.22º 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 #EEBF8C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 140 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.07 |
| HSL | 31.22º | 0.74% | 0.74% | - |
| HSV(B) | 31.22º | 0.41% | 0.93% | - |
| XYZ | 58.62 | 57.33 | 32.79 | - |
| YUV | 199.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 140 | 0 | 0.20 | 0.41 | 0.07 | 31.22 | 0.74 | 0.74 |
| Hex | EE | BF | 8C | 0 | 14 | 29 | 7 | 1F | 4A | 4A |
| Octal | 356 | 277 | 214 | 0 | 24 | 51 | 7 | 37 | 112 | 112 |
| Binary | 11101110 | 10111111 | 10001100 | 0 | 10100 | 101001 | 111 | 11111 | 1001010 | 1001010 |
Color Harmonies of #EEBF8C
Complementary color
Monochromatic Colors of #EEBF8C
Black with #EEBF8C
Text Example
Text Example
White with #EEBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF8C; }
p { color: rgb(238,191,140); }
H1.HeaderClassName
{
color: #EEBF8C;
}
.AnyTagClassName
{
color: #EEBF8C;
}
</style>
background-color css
<style>
a { background-color: #EEBF8C; }
a { background-color: rgb(238,191,140); }
div.DivClassName
{
background-color: #EEBF8C;
}
.BgClassName
{
background-color: #EEBF8C;
}
</style>
border-color css
<style>
span { border-color: #EEBF8C; }
span { border-color: rgb(238,191,140); }
td.TdClassName
{
border-color: #EEBF8C;
}
.TagClassName
{
border-color: #EEBF8C;
}
</style>