Shades of Corvette #ECB37E
Tints of Corvette #ECB37E
RGB
CMYK
RGB Variations
Color information
#ECB37E (or 0xECB37E) is known color: Corvette. HEX triplet: EC, B3 and 7E. RGB value is (236,179,126). Sum of RGB (Red+Green+Blue) = 236+179+126=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB37E is #134C81. Grayscale: #BEBEBE. Windows color (decimal): -1264770 or 8303596. OLE color: 8303596.
HSL color Cylindrical-coordinate representation of color #ECB37E: hue angle of 28.91º 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 #ECB37E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 126 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.07 |
| HSL | 28.91º | 0.74% | 0.71% | - |
| HSV(B) | 28.91º | 0.47% | 0.93% | - |
| XYZ | 54.48 | 51.58 | 26.82 | - |
| YUV | 190 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 126 | 0 | 0.24 | 0.47 | 0.07 | 28.91 | 0.74 | 0.71 |
| Hex | EC | B3 | 7E | 0 | 18 | 2F | 7 | 1D | 4A | 47 |
| Octal | 354 | 263 | 176 | 0 | 30 | 57 | 7 | 35 | 112 | 107 |
| Binary | 11101100 | 10110011 | 1111110 | 0 | 11000 | 101111 | 111 | 11101 | 1001010 | 1000111 |
Color Harmonies of #ECB37E
Complementary color
Monochromatic Colors of #ECB37E
Black with #ECB37E
Text Example
Text Example
White with #ECB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB37E; }
p { color: rgb(236,179,126); }
H1.HeaderClassName
{
color: #ECB37E;
}
.AnyTagClassName
{
color: #ECB37E;
}
</style>
background-color css
<style>
a { background-color: #ECB37E; }
a { background-color: rgb(236,179,126); }
div.DivClassName
{
background-color: #ECB37E;
}
.BgClassName
{
background-color: #ECB37E;
}
</style>
border-color css
<style>
span { border-color: #ECB37E; }
span { border-color: rgb(236,179,126); }
td.TdClassName
{
border-color: #ECB37E;
}
.TagClassName
{
border-color: #ECB37E;
}
</style>