Shades of Corvette #ECC081
Tints of Corvette #ECC081
RGB
CMYK
RGB Variations
Color information
#ECC081 (or 0xECC081) is known color: Corvette. HEX triplet: EC, C0 and 81. RGB value is (236,192,129). Sum of RGB (Red+Green+Blue) = 236+192+129=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC081 is #133F7E. Grayscale: #C6C6C6. Windows color (decimal): -1261439 or 8503532. OLE color: 8503532.
HSL color Cylindrical-coordinate representation of color #ECC081: hue angle of 35.33º 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 #ECC081 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 129 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.07 |
| HSL | 35.33º | 0.74% | 0.72% | - |
| HSV(B) | 35.33º | 0.45% | 0.93% | - |
| XYZ | 57.4 | 57.12 | 28.77 | - |
| YUV | 197.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 129 | 0 | 0.19 | 0.45 | 0.07 | 35.33 | 0.74 | 0.72 |
| Hex | EC | C0 | 81 | 0 | 13 | 2D | 7 | 23 | 4A | 48 |
| Octal | 354 | 300 | 201 | 0 | 23 | 55 | 7 | 43 | 112 | 110 |
| Binary | 11101100 | 11000000 | 10000001 | 0 | 10011 | 101101 | 111 | 100011 | 1001010 | 1001000 |
Color Harmonies of #ECC081
Complementary color
Monochromatic Colors of #ECC081
Black with #ECC081
Text Example
Text Example
White with #ECC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC081; }
p { color: rgb(236,192,129); }
H1.HeaderClassName
{
color: #ECC081;
}
.AnyTagClassName
{
color: #ECC081;
}
</style>
background-color css
<style>
a { background-color: #ECC081; }
a { background-color: rgb(236,192,129); }
div.DivClassName
{
background-color: #ECC081;
}
.BgClassName
{
background-color: #ECC081;
}
</style>
border-color css
<style>
span { border-color: #ECC081; }
span { border-color: rgb(236,192,129); }
td.TdClassName
{
border-color: #ECC081;
}
.TagClassName
{
border-color: #ECC081;
}
</style>