Shades of Corvette #ECB68A
Tints of Corvette #ECB68A
RGB
CMYK
RGB Variations
Color information
#ECB68A (or 0xECB68A) is known color: Corvette. HEX triplet: EC, B6 and 8A. RGB value is (236,182,138). Sum of RGB (Red+Green+Blue) = 236+182+138=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB68A is #134975. Grayscale: #C1C1C1. Windows color (decimal): -1263990 or 9090796. OLE color: 9090796.
HSL color Cylindrical-coordinate representation of color #ECB68A: hue angle of 26.94º 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 #ECB68A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 138 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.07 |
| HSL | 26.94º | 0.72% | 0.73% | - |
| HSV(B) | 26.94º | 0.42% | 0.93% | - |
| XYZ | 55.91 | 53.12 | 31.35 | - |
| YUV | 193.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 138 | 0 | 0.23 | 0.42 | 0.07 | 26.94 | 0.72 | 0.73 |
| Hex | EC | B6 | 8A | 0 | 17 | 2A | 7 | 1B | 48 | 49 |
| Octal | 354 | 266 | 212 | 0 | 27 | 52 | 7 | 33 | 110 | 111 |
| Binary | 11101100 | 10110110 | 10001010 | 0 | 10111 | 101010 | 111 | 11011 | 1001000 | 1001001 |
Color Harmonies of #ECB68A
Complementary color
Monochromatic Colors of #ECB68A
Black with #ECB68A
Text Example
Text Example
White with #ECB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB68A; }
p { color: rgb(236,182,138); }
H1.HeaderClassName
{
color: #ECB68A;
}
.AnyTagClassName
{
color: #ECB68A;
}
</style>
background-color css
<style>
a { background-color: #ECB68A; }
a { background-color: rgb(236,182,138); }
div.DivClassName
{
background-color: #ECB68A;
}
.BgClassName
{
background-color: #ECB68A;
}
</style>
border-color css
<style>
span { border-color: #ECB68A; }
span { border-color: rgb(236,182,138); }
td.TdClassName
{
border-color: #ECB68A;
}
.TagClassName
{
border-color: #ECB68A;
}
</style>