Shades of Corvette #ECBD7D
Tints of Corvette #ECBD7D
RGB
CMYK
RGB Variations
Color information
#ECBD7D (or 0xECBD7D) is known color: Corvette. HEX triplet: EC, BD and 7D. RGB value is (236,189,125). Sum of RGB (Red+Green+Blue) = 236+189+125=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD7D is #134282. Grayscale: #C4C4C4. Windows color (decimal): -1262211 or 8240620. OLE color: 8240620.
HSL color Cylindrical-coordinate representation of color #ECBD7D: hue angle of 34.59º 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 #ECBD7D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 125 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.07 |
| HSL | 34.59º | 0.74% | 0.71% | - |
| HSV(B) | 34.59º | 0.47% | 0.93% | - |
| XYZ | 56.49 | 55.71 | 27.18 | - |
| YUV | 195.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 125 | 0 | 0.20 | 0.47 | 0.07 | 34.59 | 0.74 | 0.71 |
| Hex | EC | BD | 7D | 0 | 14 | 2F | 7 | 23 | 4A | 47 |
| Octal | 354 | 275 | 175 | 0 | 24 | 57 | 7 | 43 | 112 | 107 |
| Binary | 11101100 | 10111101 | 1111101 | 0 | 10100 | 101111 | 111 | 100011 | 1001010 | 1000111 |
Color Harmonies of #ECBD7D
Complementary color
Monochromatic Colors of #ECBD7D
Black with #ECBD7D
Text Example
Text Example
White with #ECBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD7D; }
p { color: rgb(236,189,125); }
H1.HeaderClassName
{
color: #ECBD7D;
}
.AnyTagClassName
{
color: #ECBD7D;
}
</style>
background-color css
<style>
a { background-color: #ECBD7D; }
a { background-color: rgb(236,189,125); }
div.DivClassName
{
background-color: #ECBD7D;
}
.BgClassName
{
background-color: #ECBD7D;
}
</style>
border-color css
<style>
span { border-color: #ECBD7D; }
span { border-color: rgb(236,189,125); }
td.TdClassName
{
border-color: #ECBD7D;
}
.TagClassName
{
border-color: #ECBD7D;
}
</style>