Shades of Corvette #ECB382
Tints of Corvette #ECB382
RGB
CMYK
RGB Variations
Color information
#ECB382 (or 0xECB382) is known color: Corvette. HEX triplet: EC, B3 and 82. RGB value is (236,179,130). Sum of RGB (Red+Green+Blue) = 236+179+130=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB382 is #134C7D. Grayscale: #BEBEBE. Windows color (decimal): -1264766 or 8565740. OLE color: 8565740.
HSL color Cylindrical-coordinate representation of color #ECB382: hue angle of 27.74º 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 #ECB382 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 130 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.07 |
| HSL | 27.74º | 0.74% | 0.72% | - |
| HSV(B) | 27.74º | 0.45% | 0.93% | - |
| XYZ | 54.74 | 51.68 | 28.21 | - |
| YUV | 190.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 130 | 0 | 0.24 | 0.45 | 0.07 | 27.74 | 0.74 | 0.72 |
| Hex | EC | B3 | 82 | 0 | 18 | 2D | 7 | 1C | 4A | 48 |
| Octal | 354 | 263 | 202 | 0 | 30 | 55 | 7 | 34 | 112 | 110 |
| Binary | 11101100 | 10110011 | 10000010 | 0 | 11000 | 101101 | 111 | 11100 | 1001010 | 1001000 |
Color Harmonies of #ECB382
Complementary color
Monochromatic Colors of #ECB382
Black with #ECB382
Text Example
Text Example
White with #ECB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB382; }
p { color: rgb(236,179,130); }
H1.HeaderClassName
{
color: #ECB382;
}
.AnyTagClassName
{
color: #ECB382;
}
</style>
background-color css
<style>
a { background-color: #ECB382; }
a { background-color: rgb(236,179,130); }
div.DivClassName
{
background-color: #ECB382;
}
.BgClassName
{
background-color: #ECB382;
}
</style>
border-color css
<style>
span { border-color: #ECB382; }
span { border-color: rgb(236,179,130); }
td.TdClassName
{
border-color: #ECB382;
}
.TagClassName
{
border-color: #ECB382;
}
</style>