Shades of Corvette #ECB77F
Tints of Corvette #ECB77F
RGB
CMYK
RGB Variations
Color information
#ECB77F (or 0xECB77F) is known color: Corvette. HEX triplet: EC, B7 and 7F. RGB value is (236,183,127). Sum of RGB (Red+Green+Blue) = 236+183+127=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77F is #134880. Grayscale: #C0C0C0. Windows color (decimal): -1263745 or 8370156. OLE color: 8370156.
HSL color Cylindrical-coordinate representation of color #ECB77F: hue angle of 30.83º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECB77F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 127 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.07 |
| HSL | 30.83º | 0.74% | 0.71% | - |
| HSV(B) | 30.83º | 0.46% | 0.93% | - |
| XYZ | 55.36 | 53.23 | 27.44 | - |
| YUV | 192.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 127 | 0 | 0.22 | 0.46 | 0.07 | 30.83 | 0.74 | 0.71 |
| Hex | EC | B7 | 7F | 0 | 16 | 2E | 7 | 1F | 4A | 47 |
| Octal | 354 | 267 | 177 | 0 | 26 | 56 | 7 | 37 | 112 | 107 |
| Binary | 11101100 | 10110111 | 1111111 | 0 | 10110 | 101110 | 111 | 11111 | 1001010 | 1000111 |
Color Harmonies of #ECB77F
Complementary color
Monochromatic Colors of #ECB77F
Black with #ECB77F
Text Example
Text Example
White with #ECB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB77F; }
p { color: rgb(236,183,127); }
H1.HeaderClassName
{
color: #ECB77F;
}
.AnyTagClassName
{
color: #ECB77F;
}
</style>
background-color css
<style>
a { background-color: #ECB77F; }
a { background-color: rgb(236,183,127); }
div.DivClassName
{
background-color: #ECB77F;
}
.BgClassName
{
background-color: #ECB77F;
}
</style>
border-color css
<style>
span { border-color: #ECB77F; }
span { border-color: rgb(236,183,127); }
td.TdClassName
{
border-color: #ECB77F;
}
.TagClassName
{
border-color: #ECB77F;
}
</style>