Shades of Corvette #ECB878
Tints of Corvette #ECB878
RGB
CMYK
RGB Variations
Color information
#ECB878 (or 0xECB878) is known color: Corvette. HEX triplet: EC, B8 and 78. RGB value is (236,184,120). Sum of RGB (Red+Green+Blue) = 236+184+120=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB878 is #134787. Grayscale: #C0C0C0. Windows color (decimal): -1263496 or 7911660. OLE color: 7911660.
HSL color Cylindrical-coordinate representation of color #ECB878: hue angle of 33.1º 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 #ECB878 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 120 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.07 |
| HSL | 33.1º | 0.75% | 0.7% | - |
| HSV(B) | 33.1º | 0.49% | 0.93% | - |
| XYZ | 55.12 | 53.47 | 25.18 | - |
| YUV | 192.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 120 | 0 | 0.22 | 0.49 | 0.07 | 33.1 | 0.75 | 0.7 |
| Hex | EC | B8 | 78 | 0 | 16 | 31 | 7 | 21 | 4B | 46 |
| Octal | 354 | 270 | 170 | 0 | 26 | 61 | 7 | 41 | 113 | 106 |
| Binary | 11101100 | 10111000 | 1111000 | 0 | 10110 | 110001 | 111 | 100001 | 1001011 | 1000110 |
Color Harmonies of #ECB878
Complementary color
Monochromatic Colors of #ECB878
Black with #ECB878
Text Example
Text Example
White with #ECB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB878; }
p { color: rgb(236,184,120); }
H1.HeaderClassName
{
color: #ECB878;
}
.AnyTagClassName
{
color: #ECB878;
}
</style>
background-color css
<style>
a { background-color: #ECB878; }
a { background-color: rgb(236,184,120); }
div.DivClassName
{
background-color: #ECB878;
}
.BgClassName
{
background-color: #ECB878;
}
</style>
border-color css
<style>
span { border-color: #ECB878; }
span { border-color: rgb(236,184,120); }
td.TdClassName
{
border-color: #ECB878;
}
.TagClassName
{
border-color: #ECB878;
}
</style>