Shades of Corvette #ECBD7A
Tints of Corvette #ECBD7A
RGB
CMYK
RGB Variations
Color information
#ECBD7A (or 0xECBD7A) is known color: Corvette. HEX triplet: EC, BD and 7A. RGB value is (236,189,122). Sum of RGB (Red+Green+Blue) = 236+189+122=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD7A is #134285. Grayscale: #C3C3C3. Windows color (decimal): -1262214 or 8044012. OLE color: 8044012.
HSL color Cylindrical-coordinate representation of color #ECBD7A: hue angle of 35.26º 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 #ECBD7A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 122 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.07 |
| HSL | 35.26º | 0.75% | 0.7% | - |
| HSV(B) | 35.26º | 0.48% | 0.93% | - |
| XYZ | 56.3 | 55.63 | 26.18 | - |
| YUV | 195.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 122 | 0 | 0.20 | 0.48 | 0.07 | 35.26 | 0.75 | 0.7 |
| Hex | EC | BD | 7A | 0 | 14 | 30 | 7 | 23 | 4B | 46 |
| Octal | 354 | 275 | 172 | 0 | 24 | 60 | 7 | 43 | 113 | 106 |
| Binary | 11101100 | 10111101 | 1111010 | 0 | 10100 | 110000 | 111 | 100011 | 1001011 | 1000110 |
Color Harmonies of #ECBD7A
Complementary color
Monochromatic Colors of #ECBD7A
Black with #ECBD7A
Text Example
Text Example
White with #ECBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD7A; }
p { color: rgb(236,189,122); }
H1.HeaderClassName
{
color: #ECBD7A;
}
.AnyTagClassName
{
color: #ECBD7A;
}
</style>
background-color css
<style>
a { background-color: #ECBD7A; }
a { background-color: rgb(236,189,122); }
div.DivClassName
{
background-color: #ECBD7A;
}
.BgClassName
{
background-color: #ECBD7A;
}
</style>
border-color css
<style>
span { border-color: #ECBD7A; }
span { border-color: rgb(236,189,122); }
td.TdClassName
{
border-color: #ECBD7A;
}
.TagClassName
{
border-color: #ECBD7A;
}
</style>