Shades of Corvette #EEB780
Tints of Corvette #EEB780
RGB
CMYK
RGB Variations
Color information
#EEB780 (or 0xEEB780) is known color: Corvette. HEX triplet: EE, B7 and 80. RGB value is (238,183,128). Sum of RGB (Red+Green+Blue) = 238+183+128=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB780 is #11487F. Grayscale: #C1C1C1. Windows color (decimal): -1132672 or 8435694. OLE color: 8435694.
HSL color Cylindrical-coordinate representation of color #EEB780: hue angle of 30º 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 #EEB780 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.07 |
| HSL | 30º | 0.76% | 0.72% | - |
| HSV(B) | 30º | 0.46% | 0.93% | - |
| XYZ | 56.09 | 53.6 | 27.81 | - |
| YUV | 193.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 128 | 0 | 0.23 | 0.46 | 0.07 | 30 | 0.76 | 0.72 |
| Hex | EE | B7 | 80 | 0 | 17 | 2E | 7 | 1E | 4C | 48 |
| Octal | 356 | 267 | 200 | 0 | 27 | 56 | 7 | 36 | 114 | 110 |
| Binary | 11101110 | 10110111 | 10000000 | 0 | 10111 | 101110 | 111 | 11110 | 1001100 | 1001000 |
Color Harmonies of #EEB780
Complementary color
Monochromatic Colors of #EEB780
Black with #EEB780
Text Example
Text Example
White with #EEB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB780; }
p { color: rgb(238,183,128); }
H1.HeaderClassName
{
color: #EEB780;
}
.AnyTagClassName
{
color: #EEB780;
}
</style>
background-color css
<style>
a { background-color: #EEB780; }
a { background-color: rgb(238,183,128); }
div.DivClassName
{
background-color: #EEB780;
}
.BgClassName
{
background-color: #EEB780;
}
</style>
border-color css
<style>
span { border-color: #EEB780; }
span { border-color: rgb(238,183,128); }
td.TdClassName
{
border-color: #EEB780;
}
.TagClassName
{
border-color: #EEB780;
}
</style>