Shades of Corvette #EEBD8C
Tints of Corvette #EEBD8C
RGB
CMYK
RGB Variations
Color information
#EEBD8C (or 0xEEBD8C) is known color: Corvette. HEX triplet: EE, BD and 8C. RGB value is (238,189,140). Sum of RGB (Red+Green+Blue) = 238+189+140=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8C is #114273. Grayscale: #C6C6C6. Windows color (decimal): -1131124 or 9223662. OLE color: 9223662.
HSL color Cylindrical-coordinate representation of color #EEBD8C: hue angle of 30º 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 #EEBD8C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 140 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 30º | 0.74% | 0.74% | - |
| HSV(B) | 30º | 0.41% | 0.93% | - |
| XYZ | 58.19 | 56.47 | 32.64 | - |
| YUV | 198.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 140 | 0 | 0.21 | 0.41 | 0.07 | 30 | 0.74 | 0.74 |
| Hex | EE | BD | 8C | 0 | 15 | 29 | 7 | 1E | 4A | 4A |
| Octal | 356 | 275 | 214 | 0 | 25 | 51 | 7 | 36 | 112 | 112 |
| Binary | 11101110 | 10111101 | 10001100 | 0 | 10101 | 101001 | 111 | 11110 | 1001010 | 1001010 |
Color Harmonies of #EEBD8C
Complementary color
Monochromatic Colors of #EEBD8C
Black with #EEBD8C
Text Example
Text Example
White with #EEBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD8C; }
p { color: rgb(238,189,140); }
H1.HeaderClassName
{
color: #EEBD8C;
}
.AnyTagClassName
{
color: #EEBD8C;
}
</style>
background-color css
<style>
a { background-color: #EEBD8C; }
a { background-color: rgb(238,189,140); }
div.DivClassName
{
background-color: #EEBD8C;
}
.BgClassName
{
background-color: #EEBD8C;
}
</style>
border-color css
<style>
span { border-color: #EEBD8C; }
span { border-color: rgb(238,189,140); }
td.TdClassName
{
border-color: #EEBD8C;
}
.TagClassName
{
border-color: #EEBD8C;
}
</style>