Shades of Corvette #ECB580
Tints of Corvette #ECB580
RGB
CMYK
RGB Variations
Color information
#ECB580 (or 0xECB580) is known color: Corvette. HEX triplet: EC, B5 and 80. RGB value is (236,181,128). Sum of RGB (Red+Green+Blue) = 236+181+128=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB580 is #134A7F. Grayscale: #BFBFBF. Windows color (decimal): -1264256 or 8435180. OLE color: 8435180.
HSL color Cylindrical-coordinate representation of color #ECB580: hue angle of 29.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECB580 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 128 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.07 |
| HSL | 29.44º | 0.74% | 0.71% | - |
| HSV(B) | 29.44º | 0.46% | 0.93% | - |
| XYZ | 55.01 | 52.44 | 27.64 | - |
| YUV | 191.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 128 | 0 | 0.23 | 0.46 | 0.07 | 29.44 | 0.74 | 0.71 |
| Hex | EC | B5 | 80 | 0 | 17 | 2E | 7 | 1D | 4A | 47 |
| Octal | 354 | 265 | 200 | 0 | 27 | 56 | 7 | 35 | 112 | 107 |
| Binary | 11101100 | 10110101 | 10000000 | 0 | 10111 | 101110 | 111 | 11101 | 1001010 | 1000111 |
Color Harmonies of #ECB580
Complementary color
Monochromatic Colors of #ECB580
Black with #ECB580
Text Example
Text Example
White with #ECB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB580; }
p { color: rgb(236,181,128); }
H1.HeaderClassName
{
color: #ECB580;
}
.AnyTagClassName
{
color: #ECB580;
}
</style>
background-color css
<style>
a { background-color: #ECB580; }
a { background-color: rgb(236,181,128); }
div.DivClassName
{
background-color: #ECB580;
}
.BgClassName
{
background-color: #ECB580;
}
</style>
border-color css
<style>
span { border-color: #ECB580; }
span { border-color: rgb(236,181,128); }
td.TdClassName
{
border-color: #ECB580;
}
.TagClassName
{
border-color: #ECB580;
}
</style>