Shades of Corvette #ECB582
Tints of Corvette #ECB582
RGB
CMYK
RGB Variations
Color information
#ECB582 (or 0xECB582) is known color: Corvette. HEX triplet: EC, B5 and 82. RGB value is (236,181,130). Sum of RGB (Red+Green+Blue) = 236+181+130=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB582 is #134A7D. Grayscale: #BFBFBF. Windows color (decimal): -1264254 or 8566252. OLE color: 8566252.
HSL color Cylindrical-coordinate representation of color #ECB582: hue angle of 28.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECB582 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 130 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.07 |
| HSL | 28.87º | 0.74% | 0.72% | - |
| HSV(B) | 28.87º | 0.45% | 0.93% | - |
| XYZ | 55.15 | 52.49 | 28.34 | - |
| YUV | 191.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 130 | 0 | 0.23 | 0.45 | 0.07 | 28.87 | 0.74 | 0.72 |
| Hex | EC | B5 | 82 | 0 | 17 | 2D | 7 | 1D | 4A | 48 |
| Octal | 354 | 265 | 202 | 0 | 27 | 55 | 7 | 35 | 112 | 110 |
| Binary | 11101100 | 10110101 | 10000010 | 0 | 10111 | 101101 | 111 | 11101 | 1001010 | 1001000 |
Color Harmonies of #ECB582
Complementary color
Monochromatic Colors of #ECB582
Black with #ECB582
Text Example
Text Example
White with #ECB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB582; }
p { color: rgb(236,181,130); }
H1.HeaderClassName
{
color: #ECB582;
}
.AnyTagClassName
{
color: #ECB582;
}
</style>
background-color css
<style>
a { background-color: #ECB582; }
a { background-color: rgb(236,181,130); }
div.DivClassName
{
background-color: #ECB582;
}
.BgClassName
{
background-color: #ECB582;
}
</style>
border-color css
<style>
span { border-color: #ECB582; }
span { border-color: rgb(236,181,130); }
td.TdClassName
{
border-color: #ECB582;
}
.TagClassName
{
border-color: #ECB582;
}
</style>