Shades of Corvette #ECB982
Tints of Corvette #ECB982
RGB
CMYK
RGB Variations
Color information
#ECB982 (or 0xECB982) is known color: Corvette. HEX triplet: EC, B9 and 82. RGB value is (236,185,130). Sum of RGB (Red+Green+Blue) = 236+185+130=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB982 is #13467D. Grayscale: #C2C2C2. Windows color (decimal): -1263230 or 8567276. OLE color: 8567276.
HSL color Cylindrical-coordinate representation of color #ECB982: hue angle of 31.13º 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 #ECB982 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 130 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.07 |
| HSL | 31.13º | 0.74% | 0.72% | - |
| HSV(B) | 31.13º | 0.45% | 0.93% | - |
| XYZ | 55.97 | 54.14 | 28.62 | - |
| YUV | 193.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 130 | 0 | 0.22 | 0.45 | 0.07 | 31.13 | 0.74 | 0.72 |
| Hex | EC | B9 | 82 | 0 | 16 | 2D | 7 | 1F | 4A | 48 |
| Octal | 354 | 271 | 202 | 0 | 26 | 55 | 7 | 37 | 112 | 110 |
| Binary | 11101100 | 10111001 | 10000010 | 0 | 10110 | 101101 | 111 | 11111 | 1001010 | 1001000 |
Color Harmonies of #ECB982
Complementary color
Monochromatic Colors of #ECB982
Black with #ECB982
Text Example
Text Example
White with #ECB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB982; }
p { color: rgb(236,185,130); }
H1.HeaderClassName
{
color: #ECB982;
}
.AnyTagClassName
{
color: #ECB982;
}
</style>
background-color css
<style>
a { background-color: #ECB982; }
a { background-color: rgb(236,185,130); }
div.DivClassName
{
background-color: #ECB982;
}
.BgClassName
{
background-color: #ECB982;
}
</style>
border-color css
<style>
span { border-color: #ECB982; }
span { border-color: rgb(236,185,130); }
td.TdClassName
{
border-color: #ECB982;
}
.TagClassName
{
border-color: #ECB982;
}
</style>