Shades of Corvette #EEBD8D
Tints of Corvette #EEBD8D
RGB
CMYK
RGB Variations
Color information
#EEBD8D (or 0xEEBD8D) is known color: Corvette. HEX triplet: EE, BD and 8D. RGB value is (238,189,141). Sum of RGB (Red+Green+Blue) = 238+189+141=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8D is #114272. Grayscale: #C6C6C6. Windows color (decimal): -1131123 or 9289198. OLE color: 9289198.
HSL color Cylindrical-coordinate representation of color #EEBD8D: hue angle of 29.69º 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 #EEBD8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 141 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.69º | 0.74% | 0.74% | - |
| HSV(B) | 29.69º | 0.41% | 0.93% | - |
| XYZ | 58.27 | 56.5 | 33.03 | - |
| YUV | 198.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 141 | 0 | 0.21 | 0.41 | 0.07 | 29.69 | 0.74 | 0.74 |
| Hex | EE | BD | 8D | 0 | 15 | 29 | 7 | 1E | 4A | 4A |
| Octal | 356 | 275 | 215 | 0 | 25 | 51 | 7 | 36 | 112 | 112 |
| Binary | 11101110 | 10111101 | 10001101 | 0 | 10101 | 101001 | 111 | 11110 | 1001010 | 1001010 |
Color Harmonies of #EEBD8D
Complementary color
Monochromatic Colors of #EEBD8D
Black with #EEBD8D
Text Example
Text Example
White with #EEBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD8D; }
p { color: rgb(238,189,141); }
H1.HeaderClassName
{
color: #EEBD8D;
}
.AnyTagClassName
{
color: #EEBD8D;
}
</style>
background-color css
<style>
a { background-color: #EEBD8D; }
a { background-color: rgb(238,189,141); }
div.DivClassName
{
background-color: #EEBD8D;
}
.BgClassName
{
background-color: #EEBD8D;
}
</style>
border-color css
<style>
span { border-color: #EEBD8D; }
span { border-color: rgb(238,189,141); }
td.TdClassName
{
border-color: #EEBD8D;
}
.TagClassName
{
border-color: #EEBD8D;
}
</style>