Shades of Corvette #EDB587
Tints of Corvette #EDB587
RGB
CMYK
RGB Variations
Color information
#EDB587 (or 0xEDB587) is known color: Corvette. HEX triplet: ED, B5 and 87. RGB value is (237,181,135). Sum of RGB (Red+Green+Blue) = 237+181+135=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB587 is #124A78. Grayscale: #C0C0C0. Windows color (decimal): -1198713 or 8893933. OLE color: 8893933.
HSL color Cylindrical-coordinate representation of color #EDB587: hue angle of 27.06º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDB587 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 135 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 27.06º | 0.74% | 0.73% | - |
| HSV(B) | 27.06º | 0.43% | 0.93% | - |
| XYZ | 55.82 | 52.8 | 30.17 | - |
| YUV | 192.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 135 | 0 | 0.24 | 0.43 | 0.07 | 27.06 | 0.74 | 0.73 |
| Hex | ED | B5 | 87 | 0 | 18 | 2B | 7 | 1B | 4A | 49 |
| Octal | 355 | 265 | 207 | 0 | 30 | 53 | 7 | 33 | 112 | 111 |
| Binary | 11101101 | 10110101 | 10000111 | 0 | 11000 | 101011 | 111 | 11011 | 1001010 | 1001001 |
Color Harmonies of #EDB587
Complementary color
Monochromatic Colors of #EDB587
Black with #EDB587
Text Example
Text Example
White with #EDB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB587; }
p { color: rgb(237,181,135); }
H1.HeaderClassName
{
color: #EDB587;
}
.AnyTagClassName
{
color: #EDB587;
}
</style>
background-color css
<style>
a { background-color: #EDB587; }
a { background-color: rgb(237,181,135); }
div.DivClassName
{
background-color: #EDB587;
}
.BgClassName
{
background-color: #EDB587;
}
</style>
border-color css
<style>
span { border-color: #EDB587; }
span { border-color: rgb(237,181,135); }
td.TdClassName
{
border-color: #EDB587;
}
.TagClassName
{
border-color: #EDB587;
}
</style>