Shades of Corvette #ECB37F
Tints of Corvette #ECB37F
RGB
CMYK
RGB Variations
Color information
#ECB37F (or 0xECB37F) is known color: Corvette. HEX triplet: EC, B3 and 7F. RGB value is (236,179,127). Sum of RGB (Red+Green+Blue) = 236+179+127=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB37F is #134C80. Grayscale: #BEBEBE. Windows color (decimal): -1264769 or 8369132. OLE color: 8369132.
HSL color Cylindrical-coordinate representation of color #ECB37F: hue angle of 28.62º 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 #ECB37F is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 127 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.07 |
| HSL | 28.62º | 0.74% | 0.71% | - |
| HSV(B) | 28.62º | 0.46% | 0.93% | - |
| XYZ | 54.54 | 51.61 | 27.16 | - |
| YUV | 190.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 127 | 0 | 0.24 | 0.46 | 0.07 | 28.62 | 0.74 | 0.71 |
| Hex | EC | B3 | 7F | 0 | 18 | 2E | 7 | 1D | 4A | 47 |
| Octal | 354 | 263 | 177 | 0 | 30 | 56 | 7 | 35 | 112 | 107 |
| Binary | 11101100 | 10110011 | 1111111 | 0 | 11000 | 101110 | 111 | 11101 | 1001010 | 1000111 |
Color Harmonies of #ECB37F
Complementary color
Monochromatic Colors of #ECB37F
Black with #ECB37F
Text Example
Text Example
White with #ECB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB37F; }
p { color: rgb(236,179,127); }
H1.HeaderClassName
{
color: #ECB37F;
}
.AnyTagClassName
{
color: #ECB37F;
}
</style>
background-color css
<style>
a { background-color: #ECB37F; }
a { background-color: rgb(236,179,127); }
div.DivClassName
{
background-color: #ECB37F;
}
.BgClassName
{
background-color: #ECB37F;
}
</style>
border-color css
<style>
span { border-color: #ECB37F; }
span { border-color: rgb(236,179,127); }
td.TdClassName
{
border-color: #ECB37F;
}
.TagClassName
{
border-color: #ECB37F;
}
</style>