Shades of Corvette #ECB87E
Tints of Corvette #ECB87E
RGB
CMYK
RGB Variations
Color information
#ECB87E (or 0xECB87E) is known color: Corvette. HEX triplet: EC, B8 and 7E. RGB value is (236,184,126). Sum of RGB (Red+Green+Blue) = 236+184+126=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB87E is #134781. Grayscale: #C1C1C1. Windows color (decimal): -1263490 or 8304876. OLE color: 8304876.
HSL color Cylindrical-coordinate representation of color #ECB87E: hue angle of 31.64º 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 #ECB87E is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 126 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 31.64º | 0.74% | 0.71% | - |
| HSV(B) | 31.64º | 0.47% | 0.93% | - |
| XYZ | 55.5 | 53.62 | 27.16 | - |
| YUV | 192.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 126 | 0 | 0.22 | 0.47 | 0.07 | 31.64 | 0.74 | 0.71 |
| Hex | EC | B8 | 7E | 0 | 16 | 2F | 7 | 20 | 4A | 47 |
| Octal | 354 | 270 | 176 | 0 | 26 | 57 | 7 | 40 | 112 | 107 |
| Binary | 11101100 | 10111000 | 1111110 | 0 | 10110 | 101111 | 111 | 100000 | 1001010 | 1000111 |
Color Harmonies of #ECB87E
Complementary color
Monochromatic Colors of #ECB87E
Black with #ECB87E
Text Example
Text Example
White with #ECB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB87E; }
p { color: rgb(236,184,126); }
H1.HeaderClassName
{
color: #ECB87E;
}
.AnyTagClassName
{
color: #ECB87E;
}
</style>
background-color css
<style>
a { background-color: #ECB87E; }
a { background-color: rgb(236,184,126); }
div.DivClassName
{
background-color: #ECB87E;
}
.BgClassName
{
background-color: #ECB87E;
}
</style>
border-color css
<style>
span { border-color: #ECB87E; }
span { border-color: rgb(236,184,126); }
td.TdClassName
{
border-color: #ECB87E;
}
.TagClassName
{
border-color: #ECB87E;
}
</style>