Shades of Corvette #ECC08D
Tints of Corvette #ECC08D
RGB
CMYK
RGB Variations
Color information
#ECC08D (or 0xECC08D) is known color: Corvette. HEX triplet: EC, C0 and 8D. RGB value is (236,192,141). Sum of RGB (Red+Green+Blue) = 236+192+141=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC08D is #133F72. Grayscale: #C7C7C7. Windows color (decimal): -1261427 or 9289964. OLE color: 9289964.
HSL color Cylindrical-coordinate representation of color #ECC08D: hue angle of 32.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC08D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 141 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.07 |
| HSL | 32.21º | 0.71% | 0.74% | - |
| HSV(B) | 32.21º | 0.4% | 0.93% | - |
| XYZ | 58.25 | 57.46 | 33.22 | - |
| YUV | 199.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 141 | 0 | 0.19 | 0.40 | 0.07 | 32.21 | 0.71 | 0.74 |
| Hex | EC | C0 | 8D | 0 | 13 | 28 | 7 | 20 | 47 | 4A |
| Octal | 354 | 300 | 215 | 0 | 23 | 50 | 7 | 40 | 107 | 112 |
| Binary | 11101100 | 11000000 | 10001101 | 0 | 10011 | 101000 | 111 | 100000 | 1000111 | 1001010 |
Color Harmonies of #ECC08D
Complementary color
Monochromatic Colors of #ECC08D
Black with #ECC08D
Text Example
Text Example
White with #ECC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC08D; }
p { color: rgb(236,192,141); }
H1.HeaderClassName
{
color: #ECC08D;
}
.AnyTagClassName
{
color: #ECC08D;
}
</style>
background-color css
<style>
a { background-color: #ECC08D; }
a { background-color: rgb(236,192,141); }
div.DivClassName
{
background-color: #ECC08D;
}
.BgClassName
{
background-color: #ECC08D;
}
</style>
border-color css
<style>
span { border-color: #ECC08D; }
span { border-color: rgb(236,192,141); }
td.TdClassName
{
border-color: #ECC08D;
}
.TagClassName
{
border-color: #ECC08D;
}
</style>