Shades of Corvette #ECB57C
Tints of Corvette #ECB57C
RGB
CMYK
RGB Variations
Color information
#ECB57C (or 0xECB57C) is known color: Corvette. HEX triplet: EC, B5 and 7C. RGB value is (236,181,124). Sum of RGB (Red+Green+Blue) = 236+181+124=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB57C is #134A83. Grayscale: #BFBFBF. Windows color (decimal): -1264260 or 8173036. OLE color: 8173036.
HSL color Cylindrical-coordinate representation of color #ECB57C: hue angle of 30.54º 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 #ECB57C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 124 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.07 |
| HSL | 30.54º | 0.75% | 0.71% | - |
| HSV(B) | 30.54º | 0.47% | 0.93% | - |
| XYZ | 54.75 | 52.34 | 26.28 | - |
| YUV | 190.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 124 | 0 | 0.23 | 0.47 | 0.07 | 30.54 | 0.75 | 0.71 |
| Hex | EC | B5 | 7C | 0 | 17 | 2F | 7 | 1F | 4B | 47 |
| Octal | 354 | 265 | 174 | 0 | 27 | 57 | 7 | 37 | 113 | 107 |
| Binary | 11101100 | 10110101 | 1111100 | 0 | 10111 | 101111 | 111 | 11111 | 1001011 | 1000111 |
Color Harmonies of #ECB57C
Complementary color
Monochromatic Colors of #ECB57C
Black with #ECB57C
Text Example
Text Example
White with #ECB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB57C; }
p { color: rgb(236,181,124); }
H1.HeaderClassName
{
color: #ECB57C;
}
.AnyTagClassName
{
color: #ECB57C;
}
</style>
background-color css
<style>
a { background-color: #ECB57C; }
a { background-color: rgb(236,181,124); }
div.DivClassName
{
background-color: #ECB57C;
}
.BgClassName
{
background-color: #ECB57C;
}
</style>
border-color css
<style>
span { border-color: #ECB57C; }
span { border-color: rgb(236,181,124); }
td.TdClassName
{
border-color: #ECB57C;
}
.TagClassName
{
border-color: #ECB57C;
}
</style>