Shades of Corvette #EEBD8B
Tints of Corvette #EEBD8B
RGB
CMYK
RGB Variations
Color information
#EEBD8B (or 0xEEBD8B) is known color: Corvette. HEX triplet: EE, BD and 8B. RGB value is (238,189,139). Sum of RGB (Red+Green+Blue) = 238+189+139=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8B is #114274. Grayscale: #C6C6C6. Windows color (decimal): -1131125 or 9158126. OLE color: 9158126.
HSL color Cylindrical-coordinate representation of color #EEBD8B: hue angle of 30.3º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEBD8B is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 139 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.07 |
| HSL | 30.3º | 0.74% | 0.74% | - |
| HSV(B) | 30.3º | 0.42% | 0.93% | - |
| XYZ | 58.12 | 56.44 | 32.26 | - |
| YUV | 197.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 139 | 0 | 0.21 | 0.42 | 0.07 | 30.3 | 0.74 | 0.74 |
| Hex | EE | BD | 8B | 0 | 15 | 2A | 7 | 1E | 4A | 4A |
| Octal | 356 | 275 | 213 | 0 | 25 | 52 | 7 | 36 | 112 | 112 |
| Binary | 11101110 | 10111101 | 10001011 | 0 | 10101 | 101010 | 111 | 11110 | 1001010 | 1001010 |
Color Harmonies of #EEBD8B
Complementary color
Monochromatic Colors of #EEBD8B
Black with #EEBD8B
Text Example
Text Example
White with #EEBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD8B; }
p { color: rgb(238,189,139); }
H1.HeaderClassName
{
color: #EEBD8B;
}
.AnyTagClassName
{
color: #EEBD8B;
}
</style>
background-color css
<style>
a { background-color: #EEBD8B; }
a { background-color: rgb(238,189,139); }
div.DivClassName
{
background-color: #EEBD8B;
}
.BgClassName
{
background-color: #EEBD8B;
}
</style>
border-color css
<style>
span { border-color: #EEBD8B; }
span { border-color: rgb(238,189,139); }
td.TdClassName
{
border-color: #EEBD8B;
}
.TagClassName
{
border-color: #EEBD8B;
}
</style>