Shades of Corvette #ECB77E
Tints of Corvette #ECB77E
RGB
CMYK
RGB Variations
Color information
#ECB77E (or 0xECB77E) is known color: Corvette. HEX triplet: EC, B7 and 7E. RGB value is (236,183,126). Sum of RGB (Red+Green+Blue) = 236+183+126=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77E is #134881. Grayscale: #C0C0C0. Windows color (decimal): -1263746 or 8304620. OLE color: 8304620.
HSL color Cylindrical-coordinate representation of color #ECB77E: hue angle of 31.09º degrees, saturation: 0.74, 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 #ECB77E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 126 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 31.09º | 0.74% | 0.71% | - |
| HSV(B) | 31.09º | 0.47% | 0.93% | - |
| XYZ | 55.29 | 53.21 | 27.09 | - |
| YUV | 192.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 126 | 0 | 0.22 | 0.47 | 0.07 | 31.09 | 0.74 | 0.71 |
| Hex | EC | B7 | 7E | 0 | 16 | 2F | 7 | 1F | 4A | 47 |
| Octal | 354 | 267 | 176 | 0 | 26 | 57 | 7 | 37 | 112 | 107 |
| Binary | 11101100 | 10110111 | 1111110 | 0 | 10110 | 101111 | 111 | 11111 | 1001010 | 1000111 |
Color Harmonies of #ECB77E
Complementary color
Monochromatic Colors of #ECB77E
Black with #ECB77E
Text Example
Text Example
White with #ECB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB77E; }
p { color: rgb(236,183,126); }
H1.HeaderClassName
{
color: #ECB77E;
}
.AnyTagClassName
{
color: #ECB77E;
}
</style>
background-color css
<style>
a { background-color: #ECB77E; }
a { background-color: rgb(236,183,126); }
div.DivClassName
{
background-color: #ECB77E;
}
.BgClassName
{
background-color: #ECB77E;
}
</style>
border-color css
<style>
span { border-color: #ECB77E; }
span { border-color: rgb(236,183,126); }
td.TdClassName
{
border-color: #ECB77E;
}
.TagClassName
{
border-color: #ECB77E;
}
</style>