Shades of Corvette #EEB676
Tints of Corvette #EEB676
RGB
CMYK
RGB Variations
Color information
#EEB676 (or 0xEEB676) is known color: Corvette. HEX triplet: EE, B6 and 76. RGB value is (238,182,118). Sum of RGB (Red+Green+Blue) = 238+182+118=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB676 is #114989. Grayscale: #BFBFBF. Windows color (decimal): -1132938 or 7780078. OLE color: 7780078.
HSL color Cylindrical-coordinate representation of color #EEB676: hue angle of 32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEB676 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 118 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.07 |
| HSL | 32º | 0.78% | 0.7% | - |
| HSV(B) | 32º | 0.5% | 0.93% | - |
| XYZ | 55.26 | 52.94 | 24.45 | - |
| YUV | 191.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 118 | 0 | 0.24 | 0.50 | 0.07 | 32 | 0.78 | 0.7 |
| Hex | EE | B6 | 76 | 0 | 18 | 32 | 7 | 20 | 4E | 46 |
| Octal | 356 | 266 | 166 | 0 | 30 | 62 | 7 | 40 | 116 | 106 |
| Binary | 11101110 | 10110110 | 1110110 | 0 | 11000 | 110010 | 111 | 100000 | 1001110 | 1000110 |
Color Harmonies of #EEB676
Complementary color
Monochromatic Colors of #EEB676
Black with #EEB676
Text Example
Text Example
White with #EEB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB676; }
p { color: rgb(238,182,118); }
H1.HeaderClassName
{
color: #EEB676;
}
.AnyTagClassName
{
color: #EEB676;
}
</style>
background-color css
<style>
a { background-color: #EEB676; }
a { background-color: rgb(238,182,118); }
div.DivClassName
{
background-color: #EEB676;
}
.BgClassName
{
background-color: #EEB676;
}
</style>
border-color css
<style>
span { border-color: #EEB676; }
span { border-color: rgb(238,182,118); }
td.TdClassName
{
border-color: #EEB676;
}
.TagClassName
{
border-color: #EEB676;
}
</style>