Shades of Corvette #ECB37B
Tints of Corvette #ECB37B
RGB
CMYK
RGB Variations
Color information
#ECB37B (or 0xECB37B) is known color: Corvette. HEX triplet: EC, B3 and 7B. RGB value is (236,179,123). Sum of RGB (Red+Green+Blue) = 236+179+123=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB37B is #134C84. Grayscale: #BDBDBD. Windows color (decimal): -1264773 or 8106988. OLE color: 8106988.
HSL color Cylindrical-coordinate representation of color #ECB37B: hue angle of 29.73º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB37B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 123 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.07 |
| HSL | 29.73º | 0.75% | 0.7% | - |
| HSV(B) | 29.73º | 0.48% | 0.93% | - |
| XYZ | 54.29 | 51.5 | 25.82 | - |
| YUV | 189.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 123 | 0 | 0.24 | 0.48 | 0.07 | 29.73 | 0.75 | 0.7 |
| Hex | EC | B3 | 7B | 0 | 18 | 30 | 7 | 1E | 4B | 46 |
| Octal | 354 | 263 | 173 | 0 | 30 | 60 | 7 | 36 | 113 | 106 |
| Binary | 11101100 | 10110011 | 1111011 | 0 | 11000 | 110000 | 111 | 11110 | 1001011 | 1000110 |
Color Harmonies of #ECB37B
Complementary color
Monochromatic Colors of #ECB37B
Black with #ECB37B
Text Example
Text Example
White with #ECB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB37B; }
p { color: rgb(236,179,123); }
H1.HeaderClassName
{
color: #ECB37B;
}
.AnyTagClassName
{
color: #ECB37B;
}
</style>
background-color css
<style>
a { background-color: #ECB37B; }
a { background-color: rgb(236,179,123); }
div.DivClassName
{
background-color: #ECB37B;
}
.BgClassName
{
background-color: #ECB37B;
}
</style>
border-color css
<style>
span { border-color: #ECB37B; }
span { border-color: rgb(236,179,123); }
td.TdClassName
{
border-color: #ECB37B;
}
.TagClassName
{
border-color: #ECB37B;
}
</style>