Shades of Corvette #ECC083
Tints of Corvette #ECC083
RGB
CMYK
RGB Variations
Color information
#ECC083 (or 0xECC083) is known color: Corvette. HEX triplet: EC, C0 and 83. RGB value is (236,192,131). Sum of RGB (Red+Green+Blue) = 236+192+131=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC083 is #133F7C. Grayscale: #C6C6C6. Windows color (decimal): -1261437 or 8634604. OLE color: 8634604.
HSL color Cylindrical-coordinate representation of color #ECC083: hue angle of 34.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC083 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 131 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.07 |
| HSL | 34.86º | 0.73% | 0.72% | - |
| HSV(B) | 34.86º | 0.44% | 0.93% | - |
| XYZ | 57.54 | 57.17 | 29.48 | - |
| YUV | 198.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 131 | 0 | 0.19 | 0.44 | 0.07 | 34.86 | 0.73 | 0.72 |
| Hex | EC | C0 | 83 | 0 | 13 | 2C | 7 | 23 | 49 | 48 |
| Octal | 354 | 300 | 203 | 0 | 23 | 54 | 7 | 43 | 111 | 110 |
| Binary | 11101100 | 11000000 | 10000011 | 0 | 10011 | 101100 | 111 | 100011 | 1001001 | 1001000 |
Color Harmonies of #ECC083
Complementary color
Monochromatic Colors of #ECC083
Black with #ECC083
Text Example
Text Example
White with #ECC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC083; }
p { color: rgb(236,192,131); }
H1.HeaderClassName
{
color: #ECC083;
}
.AnyTagClassName
{
color: #ECC083;
}
</style>
background-color css
<style>
a { background-color: #ECC083; }
a { background-color: rgb(236,192,131); }
div.DivClassName
{
background-color: #ECC083;
}
.BgClassName
{
background-color: #ECC083;
}
</style>
border-color css
<style>
span { border-color: #ECC083; }
span { border-color: rgb(236,192,131); }
td.TdClassName
{
border-color: #ECC083;
}
.TagClassName
{
border-color: #ECC083;
}
</style>