Shades of Corvette #ECB477
Tints of Corvette #ECB477
RGB
CMYK
RGB Variations
Color information
#ECB477 (or 0xECB477) is known color: Corvette. HEX triplet: EC, B4 and 77. RGB value is (236,180,119). Sum of RGB (Red+Green+Blue) = 236+180+119=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB477 is #134B88. Grayscale: #BEBEBE. Windows color (decimal): -1264521 or 7845100. OLE color: 7845100.
HSL color Cylindrical-coordinate representation of color #ECB477: hue angle of 31.28º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB477 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 119 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.07 |
| HSL | 31.28º | 0.75% | 0.7% | - |
| HSV(B) | 31.28º | 0.5% | 0.93% | - |
| XYZ | 54.24 | 51.81 | 24.59 | - |
| YUV | 189.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 119 | 0 | 0.24 | 0.50 | 0.07 | 31.28 | 0.75 | 0.7 |
| Hex | EC | B4 | 77 | 0 | 18 | 32 | 7 | 1F | 4B | 46 |
| Octal | 354 | 264 | 167 | 0 | 30 | 62 | 7 | 37 | 113 | 106 |
| Binary | 11101100 | 10110100 | 1110111 | 0 | 11000 | 110010 | 111 | 11111 | 1001011 | 1000110 |
Color Harmonies of #ECB477
Complementary color
Monochromatic Colors of #ECB477
Black with #ECB477
Text Example
Text Example
White with #ECB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB477; }
p { color: rgb(236,180,119); }
H1.HeaderClassName
{
color: #ECB477;
}
.AnyTagClassName
{
color: #ECB477;
}
</style>
background-color css
<style>
a { background-color: #ECB477; }
a { background-color: rgb(236,180,119); }
div.DivClassName
{
background-color: #ECB477;
}
.BgClassName
{
background-color: #ECB477;
}
</style>
border-color css
<style>
span { border-color: #ECB477; }
span { border-color: rgb(236,180,119); }
td.TdClassName
{
border-color: #ECB477;
}
.TagClassName
{
border-color: #ECB477;
}
</style>