Shades of Corvette #EEC180
Tints of Corvette #EEC180
RGB
CMYK
RGB Variations
Color information
#EEC180 (or 0xEEC180) is known color: Corvette. HEX triplet: EE, C1 and 80. RGB value is (238,193,128). Sum of RGB (Red+Green+Blue) = 238+193+128=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC180 is #113E7F. Grayscale: #C7C7C7. Windows color (decimal): -1130112 or 8438254. OLE color: 8438254.
HSL color Cylindrical-coordinate representation of color #EEC180: hue angle of 35.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEC180 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 128 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 35.45º | 0.76% | 0.72% | - |
| HSV(B) | 35.45º | 0.46% | 0.93% | - |
| XYZ | 58.23 | 57.88 | 28.52 | - |
| YUV | 199.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 128 | 0 | 0.19 | 0.46 | 0.07 | 35.45 | 0.76 | 0.72 |
| Hex | EE | C1 | 80 | 0 | 13 | 2E | 7 | 23 | 4C | 48 |
| Octal | 356 | 301 | 200 | 0 | 23 | 56 | 7 | 43 | 114 | 110 |
| Binary | 11101110 | 11000001 | 10000000 | 0 | 10011 | 101110 | 111 | 100011 | 1001100 | 1001000 |
Color Harmonies of #EEC180
Complementary color
Monochromatic Colors of #EEC180
Black with #EEC180
Text Example
Text Example
White with #EEC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC180; }
p { color: rgb(238,193,128); }
H1.HeaderClassName
{
color: #EEC180;
}
.AnyTagClassName
{
color: #EEC180;
}
</style>
background-color css
<style>
a { background-color: #EEC180; }
a { background-color: rgb(238,193,128); }
div.DivClassName
{
background-color: #EEC180;
}
.BgClassName
{
background-color: #EEC180;
}
</style>
border-color css
<style>
span { border-color: #EEC180; }
span { border-color: rgb(238,193,128); }
td.TdClassName
{
border-color: #EEC180;
}
.TagClassName
{
border-color: #EEC180;
}
</style>