Shades of Corvette #EDB985
Tints of Corvette #EDB985
RGB
CMYK
RGB Variations
Color information
#EDB985 (or 0xEDB985) is known color: Corvette. HEX triplet: ED, B9 and 85. RGB value is (237,185,133). Sum of RGB (Red+Green+Blue) = 237+185+133=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB985 is #12467A. Grayscale: #C2C2C2. Windows color (decimal): -1197691 or 8763885. OLE color: 8763885.
HSL color Cylindrical-coordinate representation of color #EDB985: hue angle of 30º 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 #EDB985 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 133 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.07 |
| HSL | 30º | 0.74% | 0.73% | - |
| HSV(B) | 30º | 0.44% | 0.93% | - |
| XYZ | 56.51 | 54.4 | 29.71 | - |
| YUV | 194.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 133 | 0 | 0.22 | 0.44 | 0.07 | 30 | 0.74 | 0.73 |
| Hex | ED | B9 | 85 | 0 | 16 | 2C | 7 | 1E | 4A | 49 |
| Octal | 355 | 271 | 205 | 0 | 26 | 54 | 7 | 36 | 112 | 111 |
| Binary | 11101101 | 10111001 | 10000101 | 0 | 10110 | 101100 | 111 | 11110 | 1001010 | 1001001 |
Color Harmonies of #EDB985
Complementary color
Monochromatic Colors of #EDB985
Black with #EDB985
Text Example
Text Example
White with #EDB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB985; }
p { color: rgb(237,185,133); }
H1.HeaderClassName
{
color: #EDB985;
}
.AnyTagClassName
{
color: #EDB985;
}
</style>
background-color css
<style>
a { background-color: #EDB985; }
a { background-color: rgb(237,185,133); }
div.DivClassName
{
background-color: #EDB985;
}
.BgClassName
{
background-color: #EDB985;
}
</style>
border-color css
<style>
span { border-color: #EDB985; }
span { border-color: rgb(237,185,133); }
td.TdClassName
{
border-color: #EDB985;
}
.TagClassName
{
border-color: #EDB985;
}
</style>