Shades of Corvette #ECBB7D
Tints of Corvette #ECBB7D
RGB
CMYK
RGB Variations
Color information
#ECBB7D (or 0xECBB7D) is known color: Corvette. HEX triplet: EC, BB and 7D. RGB value is (236,187,125). Sum of RGB (Red+Green+Blue) = 236+187+125=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB7D is #134482. Grayscale: #C2C2C2. Windows color (decimal): -1262723 or 8240108. OLE color: 8240108.
HSL color Cylindrical-coordinate representation of color #ECBB7D: hue angle of 33.51º 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 #ECBB7D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 125 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.07 |
| HSL | 33.51º | 0.74% | 0.71% | - |
| HSV(B) | 33.51º | 0.47% | 0.93% | - |
| XYZ | 56.06 | 54.85 | 27.04 | - |
| YUV | 194.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 125 | 0 | 0.21 | 0.47 | 0.07 | 33.51 | 0.74 | 0.71 |
| Hex | EC | BB | 7D | 0 | 15 | 2F | 7 | 22 | 4A | 47 |
| Octal | 354 | 273 | 175 | 0 | 25 | 57 | 7 | 42 | 112 | 107 |
| Binary | 11101100 | 10111011 | 1111101 | 0 | 10101 | 101111 | 111 | 100010 | 1001010 | 1000111 |
Color Harmonies of #ECBB7D
Complementary color
Monochromatic Colors of #ECBB7D
Black with #ECBB7D
Text Example
Text Example
White with #ECBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB7D; }
p { color: rgb(236,187,125); }
H1.HeaderClassName
{
color: #ECBB7D;
}
.AnyTagClassName
{
color: #ECBB7D;
}
</style>
background-color css
<style>
a { background-color: #ECBB7D; }
a { background-color: rgb(236,187,125); }
div.DivClassName
{
background-color: #ECBB7D;
}
.BgClassName
{
background-color: #ECBB7D;
}
</style>
border-color css
<style>
span { border-color: #ECBB7D; }
span { border-color: rgb(236,187,125); }
td.TdClassName
{
border-color: #ECBB7D;
}
.TagClassName
{
border-color: #ECBB7D;
}
</style>