Shades of Corvette #EEBF80
Tints of Corvette #EEBF80
RGB
CMYK
RGB Variations
Color information
#EEBF80 (or 0xEEBF80) is known color: Corvette. HEX triplet: EE, BF and 80. RGB value is (238,191,128). Sum of RGB (Red+Green+Blue) = 238+191+128=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF80 is #11407F. Grayscale: #C6C6C6. Windows color (decimal): -1130624 or 8437742. OLE color: 8437742.
HSL color Cylindrical-coordinate representation of color #EEBF80: hue angle of 34.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEBF80 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 128 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.07 |
| HSL | 34.36º | 0.76% | 0.72% | - |
| HSV(B) | 34.36º | 0.46% | 0.93% | - |
| XYZ | 57.79 | 57 | 28.38 | - |
| YUV | 197.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 128 | 0 | 0.20 | 0.46 | 0.07 | 34.36 | 0.76 | 0.72 |
| Hex | EE | BF | 80 | 0 | 14 | 2E | 7 | 22 | 4C | 48 |
| Octal | 356 | 277 | 200 | 0 | 24 | 56 | 7 | 42 | 114 | 110 |
| Binary | 11101110 | 10111111 | 10000000 | 0 | 10100 | 101110 | 111 | 100010 | 1001100 | 1001000 |
Color Harmonies of #EEBF80
Complementary color
Monochromatic Colors of #EEBF80
Black with #EEBF80
Text Example
Text Example
White with #EEBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF80; }
p { color: rgb(238,191,128); }
H1.HeaderClassName
{
color: #EEBF80;
}
.AnyTagClassName
{
color: #EEBF80;
}
</style>
background-color css
<style>
a { background-color: #EEBF80; }
a { background-color: rgb(238,191,128); }
div.DivClassName
{
background-color: #EEBF80;
}
.BgClassName
{
background-color: #EEBF80;
}
</style>
border-color css
<style>
span { border-color: #EEBF80; }
span { border-color: rgb(238,191,128); }
td.TdClassName
{
border-color: #EEBF80;
}
.TagClassName
{
border-color: #EEBF80;
}
</style>