Shades of Corvette #ECBE8A
Tints of Corvette #ECBE8A
RGB
CMYK
RGB Variations
Color information
#ECBE8A (or 0xECBE8A) is known color: Corvette. HEX triplet: EC, BE and 8A. RGB value is (236,190,138). Sum of RGB (Red+Green+Blue) = 236+190+138=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE8A is #134175. Grayscale: #C6C6C6. Windows color (decimal): -1261942 or 9092844. OLE color: 9092844.
HSL color Cylindrical-coordinate representation of color #ECBE8A: hue angle of 31.84º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECBE8A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 138 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.07 |
| HSL | 31.84º | 0.72% | 0.73% | - |
| HSV(B) | 31.84º | 0.42% | 0.93% | - |
| XYZ | 57.59 | 56.49 | 31.91 | - |
| YUV | 197.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 138 | 0 | 0.19 | 0.42 | 0.07 | 31.84 | 0.72 | 0.73 |
| Hex | EC | BE | 8A | 0 | 13 | 2A | 7 | 20 | 48 | 49 |
| Octal | 354 | 276 | 212 | 0 | 23 | 52 | 7 | 40 | 110 | 111 |
| Binary | 11101100 | 10111110 | 10001010 | 0 | 10011 | 101010 | 111 | 100000 | 1001000 | 1001001 |
Color Harmonies of #ECBE8A
Complementary color
Monochromatic Colors of #ECBE8A
Black with #ECBE8A
Text Example
Text Example
White with #ECBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE8A; }
p { color: rgb(236,190,138); }
H1.HeaderClassName
{
color: #ECBE8A;
}
.AnyTagClassName
{
color: #ECBE8A;
}
</style>
background-color css
<style>
a { background-color: #ECBE8A; }
a { background-color: rgb(236,190,138); }
div.DivClassName
{
background-color: #ECBE8A;
}
.BgClassName
{
background-color: #ECBE8A;
}
</style>
border-color css
<style>
span { border-color: #ECBE8A; }
span { border-color: rgb(236,190,138); }
td.TdClassName
{
border-color: #ECBE8A;
}
.TagClassName
{
border-color: #ECBE8A;
}
</style>