Shades of Corvette #EEBF8F
Tints of Corvette #EEBF8F
RGB
CMYK
RGB Variations
Color information
#EEBF8F (or 0xEEBF8F) is known color: Corvette. HEX triplet: EE, BF and 8F. RGB value is (238,191,143). Sum of RGB (Red+Green+Blue) = 238+191+143=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF8F is #114070. Grayscale: #C7C7C7. Windows color (decimal): -1130609 or 9420782. OLE color: 9420782.
HSL color Cylindrical-coordinate representation of color #EEBF8F: hue angle of 30.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEBF8F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 143 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.07 |
| HSL | 30.32º | 0.74% | 0.75% | - |
| HSV(B) | 30.32º | 0.4% | 0.93% | - |
| XYZ | 58.85 | 57.42 | 33.97 | - |
| YUV | 199.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 143 | 0 | 0.20 | 0.40 | 0.07 | 30.32 | 0.74 | 0.75 |
| Hex | EE | BF | 8F | 0 | 14 | 28 | 7 | 1E | 4A | 4B |
| Octal | 356 | 277 | 217 | 0 | 24 | 50 | 7 | 36 | 112 | 113 |
| Binary | 11101110 | 10111111 | 10001111 | 0 | 10100 | 101000 | 111 | 11110 | 1001010 | 1001011 |
Color Harmonies of #EEBF8F
Complementary color
Monochromatic Colors of #EEBF8F
Black with #EEBF8F
Text Example
Text Example
White with #EEBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF8F; }
p { color: rgb(238,191,143); }
H1.HeaderClassName
{
color: #EEBF8F;
}
.AnyTagClassName
{
color: #EEBF8F;
}
</style>
background-color css
<style>
a { background-color: #EEBF8F; }
a { background-color: rgb(238,191,143); }
div.DivClassName
{
background-color: #EEBF8F;
}
.BgClassName
{
background-color: #EEBF8F;
}
</style>
border-color css
<style>
span { border-color: #EEBF8F; }
span { border-color: rgb(238,191,143); }
td.TdClassName
{
border-color: #EEBF8F;
}
.TagClassName
{
border-color: #EEBF8F;
}
</style>