Shades of Corvette #ECB77A
Tints of Corvette #ECB77A
RGB
CMYK
RGB Variations
Color information
#ECB77A (or 0xECB77A) is known color: Corvette. HEX triplet: EC, B7 and 7A. RGB value is (236,183,122). Sum of RGB (Red+Green+Blue) = 236+183+122=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77A is #134885. Grayscale: #C0C0C0. Windows color (decimal): -1263750 or 8042476. OLE color: 8042476.
HSL color Cylindrical-coordinate representation of color #ECB77A: hue angle of 32.11º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB77A is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 122 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.07 |
| HSL | 32.11º | 0.75% | 0.7% | - |
| HSV(B) | 32.11º | 0.48% | 0.93% | - |
| XYZ | 55.04 | 53.1 | 25.76 | - |
| YUV | 191.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 122 | 0 | 0.22 | 0.48 | 0.07 | 32.11 | 0.75 | 0.7 |
| Hex | EC | B7 | 7A | 0 | 16 | 30 | 7 | 20 | 4B | 46 |
| Octal | 354 | 267 | 172 | 0 | 26 | 60 | 7 | 40 | 113 | 106 |
| Binary | 11101100 | 10110111 | 1111010 | 0 | 10110 | 110000 | 111 | 100000 | 1001011 | 1000110 |
Color Harmonies of #ECB77A
Complementary color
Monochromatic Colors of #ECB77A
Black with #ECB77A
Text Example
Text Example
White with #ECB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB77A; }
p { color: rgb(236,183,122); }
H1.HeaderClassName
{
color: #ECB77A;
}
.AnyTagClassName
{
color: #ECB77A;
}
</style>
background-color css
<style>
a { background-color: #ECB77A; }
a { background-color: rgb(236,183,122); }
div.DivClassName
{
background-color: #ECB77A;
}
.BgClassName
{
background-color: #ECB77A;
}
</style>
border-color css
<style>
span { border-color: #ECB77A; }
span { border-color: rgb(236,183,122); }
td.TdClassName
{
border-color: #ECB77A;
}
.TagClassName
{
border-color: #ECB77A;
}
</style>