Shades of Corvette #ECB97D
Tints of Corvette #ECB97D
RGB
CMYK
RGB Variations
Color information
#ECB97D (or 0xECB97D) is known color: Corvette. HEX triplet: EC, B9 and 7D. RGB value is (236,185,125). Sum of RGB (Red+Green+Blue) = 236+185+125=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB97D is #134682. Grayscale: #C1C1C1. Windows color (decimal): -1263235 or 8239596. OLE color: 8239596.
HSL color Cylindrical-coordinate representation of color #ECB97D: hue angle of 32.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECB97D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 125 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 32.43º | 0.74% | 0.71% | - |
| HSV(B) | 32.43º | 0.47% | 0.93% | - |
| XYZ | 55.64 | 54.01 | 26.89 | - |
| YUV | 193.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 125 | 0 | 0.22 | 0.47 | 0.07 | 32.43 | 0.74 | 0.71 |
| Hex | EC | B9 | 7D | 0 | 16 | 2F | 7 | 20 | 4A | 47 |
| Octal | 354 | 271 | 175 | 0 | 26 | 57 | 7 | 40 | 112 | 107 |
| Binary | 11101100 | 10111001 | 1111101 | 0 | 10110 | 101111 | 111 | 100000 | 1001010 | 1000111 |
Color Harmonies of #ECB97D
Complementary color
Monochromatic Colors of #ECB97D
Black with #ECB97D
Text Example
Text Example
White with #ECB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB97D; }
p { color: rgb(236,185,125); }
H1.HeaderClassName
{
color: #ECB97D;
}
.AnyTagClassName
{
color: #ECB97D;
}
</style>
background-color css
<style>
a { background-color: #ECB97D; }
a { background-color: rgb(236,185,125); }
div.DivClassName
{
background-color: #ECB97D;
}
.BgClassName
{
background-color: #ECB97D;
}
</style>
border-color css
<style>
span { border-color: #ECB97D; }
span { border-color: rgb(236,185,125); }
td.TdClassName
{
border-color: #ECB97D;
}
.TagClassName
{
border-color: #ECB97D;
}
</style>