Shades of Corvette #EDB685
Tints of Corvette #EDB685
RGB
CMYK
RGB Variations
Color information
#EDB685 (or 0xEDB685) is known color: Corvette. HEX triplet: ED, B6 and 85. RGB value is (237,182,133). Sum of RGB (Red+Green+Blue) = 237+182+133=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB685 is #12497A. Grayscale: #C1C1C1. Windows color (decimal): -1198459 or 8763117. OLE color: 8763117.
HSL color Cylindrical-coordinate representation of color #EDB685: hue angle of 28.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDB685 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 133 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.07 |
| HSL | 28.27º | 0.74% | 0.73% | - |
| HSV(B) | 28.27º | 0.44% | 0.93% | - |
| XYZ | 55.89 | 53.15 | 29.5 | - |
| YUV | 192.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 133 | 0 | 0.23 | 0.44 | 0.07 | 28.27 | 0.74 | 0.73 |
| Hex | ED | B6 | 85 | 0 | 17 | 2C | 7 | 1C | 4A | 49 |
| Octal | 355 | 266 | 205 | 0 | 27 | 54 | 7 | 34 | 112 | 111 |
| Binary | 11101101 | 10110110 | 10000101 | 0 | 10111 | 101100 | 111 | 11100 | 1001010 | 1001001 |
Color Harmonies of #EDB685
Complementary color
Monochromatic Colors of #EDB685
Black with #EDB685
Text Example
Text Example
White with #EDB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB685; }
p { color: rgb(237,182,133); }
H1.HeaderClassName
{
color: #EDB685;
}
.AnyTagClassName
{
color: #EDB685;
}
</style>
background-color css
<style>
a { background-color: #EDB685; }
a { background-color: rgb(237,182,133); }
div.DivClassName
{
background-color: #EDB685;
}
.BgClassName
{
background-color: #EDB685;
}
</style>
border-color css
<style>
span { border-color: #EDB685; }
span { border-color: rgb(237,182,133); }
td.TdClassName
{
border-color: #EDB685;
}
.TagClassName
{
border-color: #EDB685;
}
</style>