Shades of Corvette #EDB485
Tints of Corvette #EDB485
RGB
CMYK
RGB Variations
Color information
#EDB485 (or 0xEDB485) is known color: Corvette. HEX triplet: ED, B4 and 85. RGB value is (237,180,133). Sum of RGB (Red+Green+Blue) = 237+180+133=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB485 is #124B7A. Grayscale: #BFBFBF. Windows color (decimal): -1198971 or 8762605. OLE color: 8762605.
HSL color Cylindrical-coordinate representation of color #EDB485: hue angle of 27.12º 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 #EDB485 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 133 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.07 |
| HSL | 27.12º | 0.74% | 0.73% | - |
| HSV(B) | 27.12º | 0.44% | 0.93% | - |
| XYZ | 55.48 | 52.34 | 29.37 | - |
| YUV | 191.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 133 | 0 | 0.24 | 0.44 | 0.07 | 27.12 | 0.74 | 0.73 |
| Hex | ED | B4 | 85 | 0 | 18 | 2C | 7 | 1B | 4A | 49 |
| Octal | 355 | 264 | 205 | 0 | 30 | 54 | 7 | 33 | 112 | 111 |
| Binary | 11101101 | 10110100 | 10000101 | 0 | 11000 | 101100 | 111 | 11011 | 1001010 | 1001001 |
Color Harmonies of #EDB485
Complementary color
Monochromatic Colors of #EDB485
Black with #EDB485
Text Example
Text Example
White with #EDB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB485; }
p { color: rgb(237,180,133); }
H1.HeaderClassName
{
color: #EDB485;
}
.AnyTagClassName
{
color: #EDB485;
}
</style>
background-color css
<style>
a { background-color: #EDB485; }
a { background-color: rgb(237,180,133); }
div.DivClassName
{
background-color: #EDB485;
}
.BgClassName
{
background-color: #EDB485;
}
</style>
border-color css
<style>
span { border-color: #EDB485; }
span { border-color: rgb(237,180,133); }
td.TdClassName
{
border-color: #EDB485;
}
.TagClassName
{
border-color: #EDB485;
}
</style>