Shades of Corvette #ECC18C
Tints of Corvette #ECC18C
RGB
CMYK
RGB Variations
Color information
#ECC18C (or 0xECC18C) is known color: Corvette. HEX triplet: EC, C1 and 8C. RGB value is (236,193,140). Sum of RGB (Red+Green+Blue) = 236+193+140=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC18C is #133E73. Grayscale: #C8C8C8. Windows color (decimal): -1261172 or 9224684. OLE color: 9224684.
HSL color Cylindrical-coordinate representation of color #ECC18C: hue angle of 33.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECC18C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 140 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.07 |
| HSL | 33.13º | 0.72% | 0.74% | - |
| HSV(B) | 33.13º | 0.41% | 0.93% | - |
| XYZ | 58.4 | 57.87 | 32.9 | - |
| YUV | 199.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 140 | 0 | 0.18 | 0.41 | 0.07 | 33.13 | 0.72 | 0.74 |
| Hex | EC | C1 | 8C | 0 | 12 | 29 | 7 | 21 | 48 | 4A |
| Octal | 354 | 301 | 214 | 0 | 22 | 51 | 7 | 41 | 110 | 112 |
| Binary | 11101100 | 11000001 | 10001100 | 0 | 10010 | 101001 | 111 | 100001 | 1001000 | 1001010 |
Color Harmonies of #ECC18C
Complementary color
Monochromatic Colors of #ECC18C
Black with #ECC18C
Text Example
Text Example
White with #ECC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC18C; }
p { color: rgb(236,193,140); }
H1.HeaderClassName
{
color: #ECC18C;
}
.AnyTagClassName
{
color: #ECC18C;
}
</style>
background-color css
<style>
a { background-color: #ECC18C; }
a { background-color: rgb(236,193,140); }
div.DivClassName
{
background-color: #ECC18C;
}
.BgClassName
{
background-color: #ECC18C;
}
</style>
border-color css
<style>
span { border-color: #ECC18C; }
span { border-color: rgb(236,193,140); }
td.TdClassName
{
border-color: #ECC18C;
}
.TagClassName
{
border-color: #ECC18C;
}
</style>