Shades of Corvette #ECB77D
Tints of Corvette #ECB77D
RGB
CMYK
RGB Variations
Color information
#ECB77D (or 0xECB77D) is known color: Corvette. HEX triplet: EC, B7 and 7D. RGB value is (236,183,125). Sum of RGB (Red+Green+Blue) = 236+183+125=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB77D is #134882. Grayscale: #C0C0C0. Windows color (decimal): -1263747 or 8239084. OLE color: 8239084.
HSL color Cylindrical-coordinate representation of color #ECB77D: hue angle of 31.35º 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 #ECB77D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 125 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 31.35º | 0.74% | 0.71% | - |
| HSV(B) | 31.35º | 0.47% | 0.93% | - |
| XYZ | 55.23 | 53.18 | 26.76 | - |
| YUV | 192.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 125 | 0 | 0.22 | 0.47 | 0.07 | 31.35 | 0.74 | 0.71 |
| Hex | EC | B7 | 7D | 0 | 16 | 2F | 7 | 1F | 4A | 47 |
| Octal | 354 | 267 | 175 | 0 | 26 | 57 | 7 | 37 | 112 | 107 |
| Binary | 11101100 | 10110111 | 1111101 | 0 | 10110 | 101111 | 111 | 11111 | 1001010 | 1000111 |
Color Harmonies of #ECB77D
Complementary color
Monochromatic Colors of #ECB77D
Black with #ECB77D
Text Example
Text Example
White with #ECB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB77D; }
p { color: rgb(236,183,125); }
H1.HeaderClassName
{
color: #ECB77D;
}
.AnyTagClassName
{
color: #ECB77D;
}
</style>
background-color css
<style>
a { background-color: #ECB77D; }
a { background-color: rgb(236,183,125); }
div.DivClassName
{
background-color: #ECB77D;
}
.BgClassName
{
background-color: #ECB77D;
}
</style>
border-color css
<style>
span { border-color: #ECB77D; }
span { border-color: rgb(236,183,125); }
td.TdClassName
{
border-color: #ECB77D;
}
.TagClassName
{
border-color: #ECB77D;
}
</style>