Shades of Corvette #ECB77C
Tints of Corvette #ECB77C
RGB
CMYK
RGB Variations
Color information
#ECB77C (or 0xECB77C) is known color: Corvette. HEX triplet: EC, B7 and 7C. RGB value is (236,183,124). Sum of RGB (Red+Green+Blue) = 236+183+124=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77C is #134883. Grayscale: #C0C0C0. Windows color (decimal): -1263748 or 8173548. OLE color: 8173548.
HSL color Cylindrical-coordinate representation of color #ECB77C: hue angle of 31.61º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECB77C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 124 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 31.61º | 0.75% | 0.71% | - |
| HSV(B) | 31.61º | 0.47% | 0.93% | - |
| XYZ | 55.16 | 53.16 | 26.42 | - |
| YUV | 192.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 124 | 0 | 0.22 | 0.47 | 0.07 | 31.61 | 0.75 | 0.71 |
| Hex | EC | B7 | 7C | 0 | 16 | 2F | 7 | 20 | 4B | 47 |
| Octal | 354 | 267 | 174 | 0 | 26 | 57 | 7 | 40 | 113 | 107 |
| Binary | 11101100 | 10110111 | 1111100 | 0 | 10110 | 101111 | 111 | 100000 | 1001011 | 1000111 |
Color Harmonies of #ECB77C
Complementary color
Monochromatic Colors of #ECB77C
Black with #ECB77C
Text Example
Text Example
White with #ECB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB77C; }
p { color: rgb(236,183,124); }
H1.HeaderClassName
{
color: #ECB77C;
}
.AnyTagClassName
{
color: #ECB77C;
}
</style>
background-color css
<style>
a { background-color: #ECB77C; }
a { background-color: rgb(236,183,124); }
div.DivClassName
{
background-color: #ECB77C;
}
.BgClassName
{
background-color: #ECB77C;
}
</style>
border-color css
<style>
span { border-color: #ECB77C; }
span { border-color: rgb(236,183,124); }
td.TdClassName
{
border-color: #ECB77C;
}
.TagClassName
{
border-color: #ECB77C;
}
</style>