Shades of Corvette #ECBB8C
Tints of Corvette #ECBB8C
RGB
CMYK
RGB Variations
Color information
#ECBB8C (or 0xECBB8C) is known color: Corvette. HEX triplet: EC, BB and 8C. RGB value is (236,187,140). Sum of RGB (Red+Green+Blue) = 236+187+140=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBB8C is #134473. Grayscale: #C4C4C4. Windows color (decimal): -1262708 or 9223148. OLE color: 9223148.
HSL color Cylindrical-coordinate representation of color #ECBB8C: hue angle of 29.38º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECBB8C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 140 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.38º | 0.72% | 0.74% | - |
| HSV(B) | 29.38º | 0.41% | 0.93% | - |
| XYZ | 57.1 | 55.27 | 32.47 | - |
| YUV | 196.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 140 | 0 | 0.21 | 0.41 | 0.07 | 29.38 | 0.72 | 0.74 |
| Hex | EC | BB | 8C | 0 | 15 | 29 | 7 | 1D | 48 | 4A |
| Octal | 354 | 273 | 214 | 0 | 25 | 51 | 7 | 35 | 110 | 112 |
| Binary | 11101100 | 10111011 | 10001100 | 0 | 10101 | 101001 | 111 | 11101 | 1001000 | 1001010 |
Color Harmonies of #ECBB8C
Complementary color
Monochromatic Colors of #ECBB8C
Black with #ECBB8C
Text Example
Text Example
White with #ECBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB8C; }
p { color: rgb(236,187,140); }
H1.HeaderClassName
{
color: #ECBB8C;
}
.AnyTagClassName
{
color: #ECBB8C;
}
</style>
background-color css
<style>
a { background-color: #ECBB8C; }
a { background-color: rgb(236,187,140); }
div.DivClassName
{
background-color: #ECBB8C;
}
.BgClassName
{
background-color: #ECBB8C;
}
</style>
border-color css
<style>
span { border-color: #ECBB8C; }
span { border-color: rgb(236,187,140); }
td.TdClassName
{
border-color: #ECBB8C;
}
.TagClassName
{
border-color: #ECBB8C;
}
</style>