Shades of Corvette #ECBD8C
Tints of Corvette #ECBD8C
RGB
CMYK
RGB Variations
Color information
#ECBD8C (or 0xECBD8C) is known color: Corvette. HEX triplet: EC, BD and 8C. RGB value is (236,189,140). Sum of RGB (Red+Green+Blue) = 236+189+140=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD8C is #134273. Grayscale: #C5C5C5. Windows color (decimal): -1262196 or 9223660. OLE color: 9223660.
HSL color Cylindrical-coordinate representation of color #ECBD8C: hue angle of 30.63º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECBD8C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 140 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.07 |
| HSL | 30.63º | 0.72% | 0.74% | - |
| HSV(B) | 30.63º | 0.41% | 0.93% | - |
| XYZ | 57.52 | 56.12 | 32.61 | - |
| YUV | 197.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 140 | 0 | 0.20 | 0.41 | 0.07 | 30.63 | 0.72 | 0.74 |
| Hex | EC | BD | 8C | 0 | 14 | 29 | 7 | 1F | 48 | 4A |
| Octal | 354 | 275 | 214 | 0 | 24 | 51 | 7 | 37 | 110 | 112 |
| Binary | 11101100 | 10111101 | 10001100 | 0 | 10100 | 101001 | 111 | 11111 | 1001000 | 1001010 |
Color Harmonies of #ECBD8C
Complementary color
Monochromatic Colors of #ECBD8C
Black with #ECBD8C
Text Example
Text Example
White with #ECBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD8C; }
p { color: rgb(236,189,140); }
H1.HeaderClassName
{
color: #ECBD8C;
}
.AnyTagClassName
{
color: #ECBD8C;
}
</style>
background-color css
<style>
a { background-color: #ECBD8C; }
a { background-color: rgb(236,189,140); }
div.DivClassName
{
background-color: #ECBD8C;
}
.BgClassName
{
background-color: #ECBD8C;
}
</style>
border-color css
<style>
span { border-color: #ECBD8C; }
span { border-color: rgb(236,189,140); }
td.TdClassName
{
border-color: #ECBD8C;
}
.TagClassName
{
border-color: #ECBD8C;
}
</style>