Shades of Corvette #ECBA81
Tints of Corvette #ECBA81
RGB
CMYK
RGB Variations
Color information
#ECBA81 (or 0xECBA81) is known color: Corvette. HEX triplet: EC, BA and 81. RGB value is (236,186,129). Sum of RGB (Red+Green+Blue) = 236+186+129=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA81 is #13457E. Grayscale: #C2C2C2. Windows color (decimal): -1262975 or 8501996. OLE color: 8501996.
HSL color Cylindrical-coordinate representation of color #ECBA81: hue angle of 31.96º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECBA81 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 129 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.07 |
| HSL | 31.96º | 0.74% | 0.72% | - |
| HSV(B) | 31.96º | 0.45% | 0.93% | - |
| XYZ | 56.11 | 54.54 | 28.34 | - |
| YUV | 194.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 129 | 0 | 0.21 | 0.45 | 0.07 | 31.96 | 0.74 | 0.72 |
| Hex | EC | BA | 81 | 0 | 15 | 2D | 7 | 20 | 4A | 48 |
| Octal | 354 | 272 | 201 | 0 | 25 | 55 | 7 | 40 | 112 | 110 |
| Binary | 11101100 | 10111010 | 10000001 | 0 | 10101 | 101101 | 111 | 100000 | 1001010 | 1001000 |
Color Harmonies of #ECBA81
Complementary color
Monochromatic Colors of #ECBA81
Black with #ECBA81
Text Example
Text Example
White with #ECBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA81; }
p { color: rgb(236,186,129); }
H1.HeaderClassName
{
color: #ECBA81;
}
.AnyTagClassName
{
color: #ECBA81;
}
</style>
background-color css
<style>
a { background-color: #ECBA81; }
a { background-color: rgb(236,186,129); }
div.DivClassName
{
background-color: #ECBA81;
}
.BgClassName
{
background-color: #ECBA81;
}
</style>
border-color css
<style>
span { border-color: #ECBA81; }
span { border-color: rgb(236,186,129); }
td.TdClassName
{
border-color: #ECBA81;
}
.TagClassName
{
border-color: #ECBA81;
}
</style>