Shades of Corvette #ECC08A
Tints of Corvette #ECC08A
RGB
CMYK
RGB Variations
Color information
#ECC08A (or 0xECC08A) is known color: Corvette. HEX triplet: EC, C0 and 8A. RGB value is (236,192,138). Sum of RGB (Red+Green+Blue) = 236+192+138=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC08A is #133F75. Grayscale: #C7C7C7. Windows color (decimal): -1261430 or 9093356. OLE color: 9093356.
HSL color Cylindrical-coordinate representation of color #ECC08A: hue angle of 33.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC08A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 138 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.07 |
| HSL | 33.06º | 0.72% | 0.73% | - |
| HSV(B) | 33.06º | 0.42% | 0.93% | - |
| XYZ | 58.03 | 57.37 | 32.06 | - |
| YUV | 199 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 138 | 0 | 0.19 | 0.42 | 0.07 | 33.06 | 0.72 | 0.73 |
| Hex | EC | C0 | 8A | 0 | 13 | 2A | 7 | 21 | 48 | 49 |
| Octal | 354 | 300 | 212 | 0 | 23 | 52 | 7 | 41 | 110 | 111 |
| Binary | 11101100 | 11000000 | 10001010 | 0 | 10011 | 101010 | 111 | 100001 | 1001000 | 1001001 |
Color Harmonies of #ECC08A
Complementary color
Monochromatic Colors of #ECC08A
Black with #ECC08A
Text Example
Text Example
White with #ECC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC08A; }
p { color: rgb(236,192,138); }
H1.HeaderClassName
{
color: #ECC08A;
}
.AnyTagClassName
{
color: #ECC08A;
}
</style>
background-color css
<style>
a { background-color: #ECC08A; }
a { background-color: rgb(236,192,138); }
div.DivClassName
{
background-color: #ECC08A;
}
.BgClassName
{
background-color: #ECC08A;
}
</style>
border-color css
<style>
span { border-color: #ECC08A; }
span { border-color: rgb(236,192,138); }
td.TdClassName
{
border-color: #ECC08A;
}
.TagClassName
{
border-color: #ECC08A;
}
</style>