Shades of Corvette #ECC084
Tints of Corvette #ECC084
RGB
CMYK
RGB Variations
Color information
#ECC084 (or 0xECC084) is known color: Corvette. HEX triplet: EC, C0 and 84. RGB value is (236,192,132). Sum of RGB (Red+Green+Blue) = 236+192+132=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC084 is #133F7B. Grayscale: #C6C6C6. Windows color (decimal): -1261436 or 8700140. OLE color: 8700140.
HSL color Cylindrical-coordinate representation of color #ECC084: hue angle of 34.62º 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 #ECC084 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 132 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.07 |
| HSL | 34.62º | 0.73% | 0.72% | - |
| HSV(B) | 34.62º | 0.44% | 0.93% | - |
| XYZ | 57.61 | 57.2 | 29.83 | - |
| YUV | 198.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 132 | 0 | 0.19 | 0.44 | 0.07 | 34.62 | 0.73 | 0.72 |
| Hex | EC | C0 | 84 | 0 | 13 | 2C | 7 | 23 | 49 | 48 |
| Octal | 354 | 300 | 204 | 0 | 23 | 54 | 7 | 43 | 111 | 110 |
| Binary | 11101100 | 11000000 | 10000100 | 0 | 10011 | 101100 | 111 | 100011 | 1001001 | 1001000 |
Color Harmonies of #ECC084
Complementary color
Monochromatic Colors of #ECC084
Black with #ECC084
Text Example
Text Example
White with #ECC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC084; }
p { color: rgb(236,192,132); }
H1.HeaderClassName
{
color: #ECC084;
}
.AnyTagClassName
{
color: #ECC084;
}
</style>
background-color css
<style>
a { background-color: #ECC084; }
a { background-color: rgb(236,192,132); }
div.DivClassName
{
background-color: #ECC084;
}
.BgClassName
{
background-color: #ECC084;
}
</style>
border-color css
<style>
span { border-color: #ECC084; }
span { border-color: rgb(236,192,132); }
td.TdClassName
{
border-color: #ECC084;
}
.TagClassName
{
border-color: #ECC084;
}
</style>