Shades of Corvette #ECBF8C
Tints of Corvette #ECBF8C
RGB
CMYK
RGB Variations
Color information
#ECBF8C (or 0xECBF8C) is known color: Corvette. HEX triplet: EC, BF and 8C. RGB value is (236,191,140). Sum of RGB (Red+Green+Blue) = 236+191+140=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF8C is #134073. Grayscale: #C6C6C6. Windows color (decimal): -1261684 or 9224172. OLE color: 9224172.
HSL color Cylindrical-coordinate representation of color #ECBF8C: hue angle of 31.88º 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 #ECBF8C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 140 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.07 |
| HSL | 31.88º | 0.72% | 0.74% | - |
| HSV(B) | 31.88º | 0.41% | 0.93% | - |
| XYZ | 57.96 | 56.99 | 32.76 | - |
| YUV | 198.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 140 | 0 | 0.19 | 0.41 | 0.07 | 31.88 | 0.72 | 0.74 |
| Hex | EC | BF | 8C | 0 | 13 | 29 | 7 | 20 | 48 | 4A |
| Octal | 354 | 277 | 214 | 0 | 23 | 51 | 7 | 40 | 110 | 112 |
| Binary | 11101100 | 10111111 | 10001100 | 0 | 10011 | 101001 | 111 | 100000 | 1001000 | 1001010 |
Color Harmonies of #ECBF8C
Complementary color
Monochromatic Colors of #ECBF8C
Black with #ECBF8C
Text Example
Text Example
White with #ECBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF8C; }
p { color: rgb(236,191,140); }
H1.HeaderClassName
{
color: #ECBF8C;
}
.AnyTagClassName
{
color: #ECBF8C;
}
</style>
background-color css
<style>
a { background-color: #ECBF8C; }
a { background-color: rgb(236,191,140); }
div.DivClassName
{
background-color: #ECBF8C;
}
.BgClassName
{
background-color: #ECBF8C;
}
</style>
border-color css
<style>
span { border-color: #ECBF8C; }
span { border-color: rgb(236,191,140); }
td.TdClassName
{
border-color: #ECBF8C;
}
.TagClassName
{
border-color: #ECBF8C;
}
</style>