Shades of Corvette #ECB978
Tints of Corvette #ECB978
RGB
CMYK
RGB Variations
Color information
#ECB978 (or 0xECB978) is known color: Corvette. HEX triplet: EC, B9 and 78. RGB value is (236,185,120). Sum of RGB (Red+Green+Blue) = 236+185+120=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB978 is #134687. Grayscale: #C1C1C1. Windows color (decimal): -1263240 or 7911916. OLE color: 7911916.
HSL color Cylindrical-coordinate representation of color #ECB978: hue angle of 33.62º 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 #ECB978 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 120 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.07 |
| HSL | 33.62º | 0.75% | 0.7% | - |
| HSV(B) | 33.62º | 0.49% | 0.93% | - |
| XYZ | 55.33 | 53.89 | 25.25 | - |
| YUV | 192.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 120 | 0 | 0.22 | 0.49 | 0.07 | 33.62 | 0.75 | 0.7 |
| Hex | EC | B9 | 78 | 0 | 16 | 31 | 7 | 22 | 4B | 46 |
| Octal | 354 | 271 | 170 | 0 | 26 | 61 | 7 | 42 | 113 | 106 |
| Binary | 11101100 | 10111001 | 1111000 | 0 | 10110 | 110001 | 111 | 100010 | 1001011 | 1000110 |
Color Harmonies of #ECB978
Complementary color
Monochromatic Colors of #ECB978
Black with #ECB978
Text Example
Text Example
White with #ECB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB978; }
p { color: rgb(236,185,120); }
H1.HeaderClassName
{
color: #ECB978;
}
.AnyTagClassName
{
color: #ECB978;
}
</style>
background-color css
<style>
a { background-color: #ECB978; }
a { background-color: rgb(236,185,120); }
div.DivClassName
{
background-color: #ECB978;
}
.BgClassName
{
background-color: #ECB978;
}
</style>
border-color css
<style>
span { border-color: #ECB978; }
span { border-color: rgb(236,185,120); }
td.TdClassName
{
border-color: #ECB978;
}
.TagClassName
{
border-color: #ECB978;
}
</style>