Shades of Corvette #ECB478
Tints of Corvette #ECB478
RGB
CMYK
RGB Variations
Color information
#ECB478 (or 0xECB478) is known color: Corvette. HEX triplet: EC, B4 and 78. RGB value is (236,180,120). Sum of RGB (Red+Green+Blue) = 236+180+120=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB478 is #134B87. Grayscale: #BEBEBE. Windows color (decimal): -1264520 or 7910636. OLE color: 7910636.
HSL color Cylindrical-coordinate representation of color #ECB478: hue angle of 31.03º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECB478 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 120 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.07 |
| HSL | 31.03º | 0.75% | 0.7% | - |
| HSV(B) | 31.03º | 0.49% | 0.93% | - |
| XYZ | 54.3 | 51.83 | 24.91 | - |
| YUV | 189.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 120 | 0 | 0.24 | 0.49 | 0.07 | 31.03 | 0.75 | 0.7 |
| Hex | EC | B4 | 78 | 0 | 18 | 31 | 7 | 1F | 4B | 46 |
| Octal | 354 | 264 | 170 | 0 | 30 | 61 | 7 | 37 | 113 | 106 |
| Binary | 11101100 | 10110100 | 1111000 | 0 | 11000 | 110001 | 111 | 11111 | 1001011 | 1000110 |
Color Harmonies of #ECB478
Complementary color
Monochromatic Colors of #ECB478
Black with #ECB478
Text Example
Text Example
White with #ECB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB478; }
p { color: rgb(236,180,120); }
H1.HeaderClassName
{
color: #ECB478;
}
.AnyTagClassName
{
color: #ECB478;
}
</style>
background-color css
<style>
a { background-color: #ECB478; }
a { background-color: rgb(236,180,120); }
div.DivClassName
{
background-color: #ECB478;
}
.BgClassName
{
background-color: #ECB478;
}
</style>
border-color css
<style>
span { border-color: #ECB478; }
span { border-color: rgb(236,180,120); }
td.TdClassName
{
border-color: #ECB478;
}
.TagClassName
{
border-color: #ECB478;
}
</style>