Shades of Corvette #ECB47A
Tints of Corvette #ECB47A
RGB
CMYK
RGB Variations
Color information
#ECB47A (or 0xECB47A) is known color: Corvette. HEX triplet: EC, B4 and 7A. RGB value is (236,180,122). Sum of RGB (Red+Green+Blue) = 236+180+122=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB47A is #134B85. Grayscale: #BEBEBE. Windows color (decimal): -1264518 or 8041708. OLE color: 8041708.
HSL color Cylindrical-coordinate representation of color #ECB47A: hue angle of 30.53º 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 #ECB47A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 122 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.07 |
| HSL | 30.53º | 0.75% | 0.7% | - |
| HSV(B) | 30.53º | 0.48% | 0.93% | - |
| XYZ | 54.43 | 51.88 | 25.56 | - |
| YUV | 190.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 122 | 0 | 0.24 | 0.48 | 0.07 | 30.53 | 0.75 | 0.7 |
| Hex | EC | B4 | 7A | 0 | 18 | 30 | 7 | 1F | 4B | 46 |
| Octal | 354 | 264 | 172 | 0 | 30 | 60 | 7 | 37 | 113 | 106 |
| Binary | 11101100 | 10110100 | 1111010 | 0 | 11000 | 110000 | 111 | 11111 | 1001011 | 1000110 |
Color Harmonies of #ECB47A
Complementary color
Monochromatic Colors of #ECB47A
Black with #ECB47A
Text Example
Text Example
White with #ECB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB47A; }
p { color: rgb(236,180,122); }
H1.HeaderClassName
{
color: #ECB47A;
}
.AnyTagClassName
{
color: #ECB47A;
}
</style>
background-color css
<style>
a { background-color: #ECB47A; }
a { background-color: rgb(236,180,122); }
div.DivClassName
{
background-color: #ECB47A;
}
.BgClassName
{
background-color: #ECB47A;
}
</style>
border-color css
<style>
span { border-color: #ECB47A; }
span { border-color: rgb(236,180,122); }
td.TdClassName
{
border-color: #ECB47A;
}
.TagClassName
{
border-color: #ECB47A;
}
</style>