Shades of Corvette #ECB984
Tints of Corvette #ECB984
RGB
CMYK
RGB Variations
Color information
#ECB984 (or 0xECB984) is known color: Corvette. HEX triplet: EC, B9 and 84. RGB value is (236,185,132). Sum of RGB (Red+Green+Blue) = 236+185+132=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB984 is #13467B. Grayscale: #C2C2C2. Windows color (decimal): -1263228 or 8698348. OLE color: 8698348.
HSL color Cylindrical-coordinate representation of color #ECB984: hue angle of 30.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECB984 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 132 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.07 |
| HSL | 30.58º | 0.73% | 0.72% | - |
| HSV(B) | 30.58º | 0.44% | 0.93% | - |
| XYZ | 56.11 | 54.2 | 29.33 | - |
| YUV | 194.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 132 | 0 | 0.22 | 0.44 | 0.07 | 30.58 | 0.73 | 0.72 |
| Hex | EC | B9 | 84 | 0 | 16 | 2C | 7 | 1F | 49 | 48 |
| Octal | 354 | 271 | 204 | 0 | 26 | 54 | 7 | 37 | 111 | 110 |
| Binary | 11101100 | 10111001 | 10000100 | 0 | 10110 | 101100 | 111 | 11111 | 1001001 | 1001000 |
Color Harmonies of #ECB984
Complementary color
Monochromatic Colors of #ECB984
Black with #ECB984
Text Example
Text Example
White with #ECB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB984; }
p { color: rgb(236,185,132); }
H1.HeaderClassName
{
color: #ECB984;
}
.AnyTagClassName
{
color: #ECB984;
}
</style>
background-color css
<style>
a { background-color: #ECB984; }
a { background-color: rgb(236,185,132); }
div.DivClassName
{
background-color: #ECB984;
}
.BgClassName
{
background-color: #ECB984;
}
</style>
border-color css
<style>
span { border-color: #ECB984; }
span { border-color: rgb(236,185,132); }
td.TdClassName
{
border-color: #ECB984;
}
.TagClassName
{
border-color: #ECB984;
}
</style>