Shades of Corvette #ECB485
Tints of Corvette #ECB485
RGB
CMYK
RGB Variations
Color information
#ECB485 (or 0xECB485) is known color: Corvette. HEX triplet: EC, B4 and 85. RGB value is (236,180,133). Sum of RGB (Red+Green+Blue) = 236+180+133=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB485 is #134B7A. Grayscale: #BFBFBF. Windows color (decimal): -1264507 or 8762604. OLE color: 8762604.
HSL color Cylindrical-coordinate representation of color #ECB485: hue angle of 27.38º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECB485 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 133 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.07 |
| HSL | 27.38º | 0.73% | 0.72% | - |
| HSV(B) | 27.38º | 0.44% | 0.93% | - |
| XYZ | 55.15 | 52.17 | 29.35 | - |
| YUV | 191.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 133 | 0 | 0.24 | 0.44 | 0.07 | 27.38 | 0.73 | 0.72 |
| Hex | EC | B4 | 85 | 0 | 18 | 2C | 7 | 1B | 49 | 48 |
| Octal | 354 | 264 | 205 | 0 | 30 | 54 | 7 | 33 | 111 | 110 |
| Binary | 11101100 | 10110100 | 10000101 | 0 | 11000 | 101100 | 111 | 11011 | 1001001 | 1001000 |
Color Harmonies of #ECB485
Complementary color
Monochromatic Colors of #ECB485
Black with #ECB485
Text Example
Text Example
White with #ECB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB485; }
p { color: rgb(236,180,133); }
H1.HeaderClassName
{
color: #ECB485;
}
.AnyTagClassName
{
color: #ECB485;
}
</style>
background-color css
<style>
a { background-color: #ECB485; }
a { background-color: rgb(236,180,133); }
div.DivClassName
{
background-color: #ECB485;
}
.BgClassName
{
background-color: #ECB485;
}
</style>
border-color css
<style>
span { border-color: #ECB485; }
span { border-color: rgb(236,180,133); }
td.TdClassName
{
border-color: #ECB485;
}
.TagClassName
{
border-color: #ECB485;
}
</style>