Shades of Corvette #ECC07B
Tints of Corvette #ECC07B
RGB
CMYK
RGB Variations
Color information
#ECC07B (or 0xECC07B) is known color: Corvette. HEX triplet: EC, C0 and 7B. RGB value is (236,192,123). Sum of RGB (Red+Green+Blue) = 236+192+123=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07B is #133F84. Grayscale: #C5C5C5. Windows color (decimal): -1261445 or 8110316. OLE color: 8110316.
HSL color Cylindrical-coordinate representation of color #ECC07B: hue angle of 36.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECC07B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 123 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.07 |
| HSL | 36.64º | 0.75% | 0.7% | - |
| HSV(B) | 36.64º | 0.48% | 0.93% | - |
| XYZ | 57.02 | 56.96 | 26.73 | - |
| YUV | 197.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 123 | 0 | 0.19 | 0.48 | 0.07 | 36.64 | 0.75 | 0.7 |
| Hex | EC | C0 | 7B | 0 | 13 | 30 | 7 | 25 | 4B | 46 |
| Octal | 354 | 300 | 173 | 0 | 23 | 60 | 7 | 45 | 113 | 106 |
| Binary | 11101100 | 11000000 | 1111011 | 0 | 10011 | 110000 | 111 | 100101 | 1001011 | 1000110 |
Color Harmonies of #ECC07B
Complementary color
Monochromatic Colors of #ECC07B
Black with #ECC07B
Text Example
Text Example
White with #ECC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC07B; }
p { color: rgb(236,192,123); }
H1.HeaderClassName
{
color: #ECC07B;
}
.AnyTagClassName
{
color: #ECC07B;
}
</style>
background-color css
<style>
a { background-color: #ECC07B; }
a { background-color: rgb(236,192,123); }
div.DivClassName
{
background-color: #ECC07B;
}
.BgClassName
{
background-color: #ECC07B;
}
</style>
border-color css
<style>
span { border-color: #ECC07B; }
span { border-color: rgb(236,192,123); }
td.TdClassName
{
border-color: #ECC07B;
}
.TagClassName
{
border-color: #ECC07B;
}
</style>