Shades of Corvette #ECB97A
Tints of Corvette #ECB97A
RGB
CMYK
RGB Variations
Color information
#ECB97A (or 0xECB97A) is known color: Corvette. HEX triplet: EC, B9 and 7A. RGB value is (236,185,122). Sum of RGB (Red+Green+Blue) = 236+185+122=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB97A is #134685. Grayscale: #C1C1C1. Windows color (decimal): -1263238 or 8042988. OLE color: 8042988.
HSL color Cylindrical-coordinate representation of color #ECB97A: hue angle of 33.16º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB97A is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 122 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.07 |
| HSL | 33.16º | 0.75% | 0.7% | - |
| HSV(B) | 33.16º | 0.48% | 0.93% | - |
| XYZ | 55.45 | 53.94 | 25.9 | - |
| YUV | 193.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 122 | 0 | 0.22 | 0.48 | 0.07 | 33.16 | 0.75 | 0.7 |
| Hex | EC | B9 | 7A | 0 | 16 | 30 | 7 | 21 | 4B | 46 |
| Octal | 354 | 271 | 172 | 0 | 26 | 60 | 7 | 41 | 113 | 106 |
| Binary | 11101100 | 10111001 | 1111010 | 0 | 10110 | 110000 | 111 | 100001 | 1001011 | 1000110 |
Color Harmonies of #ECB97A
Complementary color
Monochromatic Colors of #ECB97A
Black with #ECB97A
Text Example
Text Example
White with #ECB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB97A; }
p { color: rgb(236,185,122); }
H1.HeaderClassName
{
color: #ECB97A;
}
.AnyTagClassName
{
color: #ECB97A;
}
</style>
background-color css
<style>
a { background-color: #ECB97A; }
a { background-color: rgb(236,185,122); }
div.DivClassName
{
background-color: #ECB97A;
}
.BgClassName
{
background-color: #ECB97A;
}
</style>
border-color css
<style>
span { border-color: #ECB97A; }
span { border-color: rgb(236,185,122); }
td.TdClassName
{
border-color: #ECB97A;
}
.TagClassName
{
border-color: #ECB97A;
}
</style>