Shades of Corvette #ECB488
Tints of Corvette #ECB488
RGB
CMYK
RGB Variations
Color information
#ECB488 (or 0xECB488) is known color: Corvette. HEX triplet: EC, B4 and 88. RGB value is (236,180,136). Sum of RGB (Red+Green+Blue) = 236+180+136=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB488 is #134B77. Grayscale: #BFBFBF. Windows color (decimal): -1264504 or 8959212. OLE color: 8959212.
HSL color Cylindrical-coordinate representation of color #ECB488: hue angle of 26.4º 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 #ECB488 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 136 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.07 |
| HSL | 26.4º | 0.72% | 0.73% | - |
| HSV(B) | 26.4º | 0.42% | 0.93% | - |
| XYZ | 55.36 | 52.25 | 30.46 | - |
| YUV | 191.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 136 | 0 | 0.24 | 0.42 | 0.07 | 26.4 | 0.72 | 0.73 |
| Hex | EC | B4 | 88 | 0 | 18 | 2A | 7 | 1A | 48 | 49 |
| Octal | 354 | 264 | 210 | 0 | 30 | 52 | 7 | 32 | 110 | 111 |
| Binary | 11101100 | 10110100 | 10001000 | 0 | 11000 | 101010 | 111 | 11010 | 1001000 | 1001001 |
Color Harmonies of #ECB488
Complementary color
Monochromatic Colors of #ECB488
Black with #ECB488
Text Example
Text Example
White with #ECB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB488; }
p { color: rgb(236,180,136); }
H1.HeaderClassName
{
color: #ECB488;
}
.AnyTagClassName
{
color: #ECB488;
}
</style>
background-color css
<style>
a { background-color: #ECB488; }
a { background-color: rgb(236,180,136); }
div.DivClassName
{
background-color: #ECB488;
}
.BgClassName
{
background-color: #ECB488;
}
</style>
border-color css
<style>
span { border-color: #ECB488; }
span { border-color: rgb(236,180,136); }
td.TdClassName
{
border-color: #ECB488;
}
.TagClassName
{
border-color: #ECB488;
}
</style>