Shades of Corvette #ECB98B
Tints of Corvette #ECB98B
RGB
CMYK
RGB Variations
Color information
#ECB98B (or 0xECB98B) is known color: Corvette. HEX triplet: EC, B9 and 8B. RGB value is (236,185,139). Sum of RGB (Red+Green+Blue) = 236+185+139=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB98B is #134674. Grayscale: #C3C3C3. Windows color (decimal): -1263221 or 9157100. OLE color: 9157100.
HSL color Cylindrical-coordinate representation of color #ECB98B: hue angle of 28.45º 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 #ECB98B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 139 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.07 |
| HSL | 28.45º | 0.72% | 0.74% | - |
| HSV(B) | 28.45º | 0.41% | 0.93% | - |
| XYZ | 56.6 | 54.39 | 31.94 | - |
| YUV | 195.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 139 | 0 | 0.22 | 0.41 | 0.07 | 28.45 | 0.72 | 0.74 |
| Hex | EC | B9 | 8B | 0 | 16 | 29 | 7 | 1C | 48 | 4A |
| Octal | 354 | 271 | 213 | 0 | 26 | 51 | 7 | 34 | 110 | 112 |
| Binary | 11101100 | 10111001 | 10001011 | 0 | 10110 | 101001 | 111 | 11100 | 1001000 | 1001010 |
Color Harmonies of #ECB98B
Complementary color
Monochromatic Colors of #ECB98B
Black with #ECB98B
Text Example
Text Example
White with #ECB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB98B; }
p { color: rgb(236,185,139); }
H1.HeaderClassName
{
color: #ECB98B;
}
.AnyTagClassName
{
color: #ECB98B;
}
</style>
background-color css
<style>
a { background-color: #ECB98B; }
a { background-color: rgb(236,185,139); }
div.DivClassName
{
background-color: #ECB98B;
}
.BgClassName
{
background-color: #ECB98B;
}
</style>
border-color css
<style>
span { border-color: #ECB98B; }
span { border-color: rgb(236,185,139); }
td.TdClassName
{
border-color: #ECB98B;
}
.TagClassName
{
border-color: #ECB98B;
}
</style>