Shades of Corvette #ECB87C
Tints of Corvette #ECB87C
RGB
CMYK
RGB Variations
Color information
#ECB87C (or 0xECB87C) is known color: Corvette. HEX triplet: EC, B8 and 7C. RGB value is (236,184,124). Sum of RGB (Red+Green+Blue) = 236+184+124=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB87C is #134783. Grayscale: #C1C1C1. Windows color (decimal): -1263492 or 8173804. OLE color: 8173804.
HSL color Cylindrical-coordinate representation of color #ECB87C: hue angle of 32.14º degrees, saturation: 0.75, 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 #ECB87C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 124 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 32.14º | 0.75% | 0.71% | - |
| HSV(B) | 32.14º | 0.47% | 0.93% | - |
| XYZ | 55.37 | 53.57 | 26.49 | - |
| YUV | 192.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 124 | 0 | 0.22 | 0.47 | 0.07 | 32.14 | 0.75 | 0.71 |
| Hex | EC | B8 | 7C | 0 | 16 | 2F | 7 | 20 | 4B | 47 |
| Octal | 354 | 270 | 174 | 0 | 26 | 57 | 7 | 40 | 113 | 107 |
| Binary | 11101100 | 10111000 | 1111100 | 0 | 10110 | 101111 | 111 | 100000 | 1001011 | 1000111 |
Color Harmonies of #ECB87C
Complementary color
Monochromatic Colors of #ECB87C
Black with #ECB87C
Text Example
Text Example
White with #ECB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB87C; }
p { color: rgb(236,184,124); }
H1.HeaderClassName
{
color: #ECB87C;
}
.AnyTagClassName
{
color: #ECB87C;
}
</style>
background-color css
<style>
a { background-color: #ECB87C; }
a { background-color: rgb(236,184,124); }
div.DivClassName
{
background-color: #ECB87C;
}
.BgClassName
{
background-color: #ECB87C;
}
</style>
border-color css
<style>
span { border-color: #ECB87C; }
span { border-color: rgb(236,184,124); }
td.TdClassName
{
border-color: #ECB87C;
}
.TagClassName
{
border-color: #ECB87C;
}
</style>