Shades of Corvette #EEB78C
Tints of Corvette #EEB78C
RGB
CMYK
RGB Variations
Color information
#EEB78C (or 0xEEB78C) is known color: Corvette. HEX triplet: EE, B7 and 8C. RGB value is (238,183,140). Sum of RGB (Red+Green+Blue) = 238+183+140=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB78C is #114873. Grayscale: #C2C2C2. Windows color (decimal): -1132660 or 9222126. OLE color: 9222126.
HSL color Cylindrical-coordinate representation of color #EEB78C: hue angle of 26.33º 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 #EEB78C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 140 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.07 |
| HSL | 26.33º | 0.74% | 0.74% | - |
| HSV(B) | 26.33º | 0.41% | 0.93% | - |
| XYZ | 56.93 | 53.94 | 32.22 | - |
| YUV | 194.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 140 | 0 | 0.23 | 0.41 | 0.07 | 26.33 | 0.74 | 0.74 |
| Hex | EE | B7 | 8C | 0 | 17 | 29 | 7 | 1A | 4A | 4A |
| Octal | 356 | 267 | 214 | 0 | 27 | 51 | 7 | 32 | 112 | 112 |
| Binary | 11101110 | 10110111 | 10001100 | 0 | 10111 | 101001 | 111 | 11010 | 1001010 | 1001010 |
Color Harmonies of #EEB78C
Complementary color
Monochromatic Colors of #EEB78C
Black with #EEB78C
Text Example
Text Example
White with #EEB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB78C; }
p { color: rgb(238,183,140); }
H1.HeaderClassName
{
color: #EEB78C;
}
.AnyTagClassName
{
color: #EEB78C;
}
</style>
background-color css
<style>
a { background-color: #EEB78C; }
a { background-color: rgb(238,183,140); }
div.DivClassName
{
background-color: #EEB78C;
}
.BgClassName
{
background-color: #EEB78C;
}
</style>
border-color css
<style>
span { border-color: #EEB78C; }
span { border-color: rgb(238,183,140); }
td.TdClassName
{
border-color: #EEB78C;
}
.TagClassName
{
border-color: #EEB78C;
}
</style>