Shades of Corvette #ECBE83
Tints of Corvette #ECBE83
RGB
CMYK
RGB Variations
Color information
#ECBE83 (or 0xECBE83) is known color: Corvette. HEX triplet: EC, BE and 83. RGB value is (236,190,131). Sum of RGB (Red+Green+Blue) = 236+190+131=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE83 is #13417C. Grayscale: #C5C5C5. Windows color (decimal): -1261949 or 8634092. OLE color: 8634092.
HSL color Cylindrical-coordinate representation of color #ECBE83: hue angle of 33.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECBE83 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 131 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.07 |
| HSL | 33.71º | 0.73% | 0.72% | - |
| HSV(B) | 33.71º | 0.44% | 0.93% | - |
| XYZ | 57.1 | 56.3 | 29.33 | - |
| YUV | 197.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 131 | 0 | 0.19 | 0.44 | 0.07 | 33.71 | 0.73 | 0.72 |
| Hex | EC | BE | 83 | 0 | 13 | 2C | 7 | 22 | 49 | 48 |
| Octal | 354 | 276 | 203 | 0 | 23 | 54 | 7 | 42 | 111 | 110 |
| Binary | 11101100 | 10111110 | 10000011 | 0 | 10011 | 101100 | 111 | 100010 | 1001001 | 1001000 |
Color Harmonies of #ECBE83
Complementary color
Monochromatic Colors of #ECBE83
Black with #ECBE83
Text Example
Text Example
White with #ECBE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE83; }
p { color: rgb(236,190,131); }
H1.HeaderClassName
{
color: #ECBE83;
}
.AnyTagClassName
{
color: #ECBE83;
}
</style>
background-color css
<style>
a { background-color: #ECBE83; }
a { background-color: rgb(236,190,131); }
div.DivClassName
{
background-color: #ECBE83;
}
.BgClassName
{
background-color: #ECBE83;
}
</style>
border-color css
<style>
span { border-color: #ECBE83; }
span { border-color: rgb(236,190,131); }
td.TdClassName
{
border-color: #ECBE83;
}
.TagClassName
{
border-color: #ECBE83;
}
</style>