Shades of Corvette #ECB782
Tints of Corvette #ECB782
RGB
CMYK
RGB Variations
Color information
#ECB782 (or 0xECB782) is known color: Corvette. HEX triplet: EC, B7 and 82. RGB value is (236,183,130). Sum of RGB (Red+Green+Blue) = 236+183+130=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB782 is #13487D. Grayscale: #C1C1C1. Windows color (decimal): -1263742 or 8566764. OLE color: 8566764.
HSL color Cylindrical-coordinate representation of color #ECB782: hue angle of 30º 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 #ECB782 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 130 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.07 |
| HSL | 30º | 0.74% | 0.72% | - |
| HSV(B) | 30º | 0.45% | 0.93% | - |
| XYZ | 55.55 | 53.31 | 28.48 | - |
| YUV | 192.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 130 | 0 | 0.22 | 0.45 | 0.07 | 30 | 0.74 | 0.72 |
| Hex | EC | B7 | 82 | 0 | 16 | 2D | 7 | 1E | 4A | 48 |
| Octal | 354 | 267 | 202 | 0 | 26 | 55 | 7 | 36 | 112 | 110 |
| Binary | 11101100 | 10110111 | 10000010 | 0 | 10110 | 101101 | 111 | 11110 | 1001010 | 1001000 |
Color Harmonies of #ECB782
Complementary color
Monochromatic Colors of #ECB782
Black with #ECB782
Text Example
Text Example
White with #ECB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB782; }
p { color: rgb(236,183,130); }
H1.HeaderClassName
{
color: #ECB782;
}
.AnyTagClassName
{
color: #ECB782;
}
</style>
background-color css
<style>
a { background-color: #ECB782; }
a { background-color: rgb(236,183,130); }
div.DivClassName
{
background-color: #ECB782;
}
.BgClassName
{
background-color: #ECB782;
}
</style>
border-color css
<style>
span { border-color: #ECB782; }
span { border-color: rgb(236,183,130); }
td.TdClassName
{
border-color: #ECB782;
}
.TagClassName
{
border-color: #ECB782;
}
</style>