Shades of Corvette #ECB380
Tints of Corvette #ECB380
RGB
CMYK
RGB Variations
Color information
#ECB380 (or 0xECB380) is known color: Corvette. HEX triplet: EC, B3 and 80. RGB value is (236,179,128). Sum of RGB (Red+Green+Blue) = 236+179+128=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB380 is #134C7F. Grayscale: #BEBEBE. Windows color (decimal): -1264768 or 8434668. OLE color: 8434668.
HSL color Cylindrical-coordinate representation of color #ECB380: hue angle of 28.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECB380 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 128 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.07 |
| HSL | 28.33º | 0.74% | 0.71% | - |
| HSV(B) | 28.33º | 0.46% | 0.93% | - |
| XYZ | 54.61 | 51.63 | 27.51 | - |
| YUV | 190.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 128 | 0 | 0.24 | 0.46 | 0.07 | 28.33 | 0.74 | 0.71 |
| Hex | EC | B3 | 80 | 0 | 18 | 2E | 7 | 1C | 4A | 47 |
| Octal | 354 | 263 | 200 | 0 | 30 | 56 | 7 | 34 | 112 | 107 |
| Binary | 11101100 | 10110011 | 10000000 | 0 | 11000 | 101110 | 111 | 11100 | 1001010 | 1000111 |
Color Harmonies of #ECB380
Complementary color
Monochromatic Colors of #ECB380
Black with #ECB380
Text Example
Text Example
White with #ECB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB380; }
p { color: rgb(236,179,128); }
H1.HeaderClassName
{
color: #ECB380;
}
.AnyTagClassName
{
color: #ECB380;
}
</style>
background-color css
<style>
a { background-color: #ECB380; }
a { background-color: rgb(236,179,128); }
div.DivClassName
{
background-color: #ECB380;
}
.BgClassName
{
background-color: #ECB380;
}
</style>
border-color css
<style>
span { border-color: #ECB380; }
span { border-color: rgb(236,179,128); }
td.TdClassName
{
border-color: #ECB380;
}
.TagClassName
{
border-color: #ECB380;
}
</style>