Shades of Corvette #EDB87C
Tints of Corvette #EDB87C
RGB
CMYK
RGB Variations
Color information
#EDB87C (or 0xEDB87C) is known color: Corvette. HEX triplet: ED, B8 and 7C. RGB value is (237,184,124). Sum of RGB (Red+Green+Blue) = 237+184+124=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87C is #124783. Grayscale: #C1C1C1. Windows color (decimal): -1197956 or 8173805. OLE color: 8173805.
HSL color Cylindrical-coordinate representation of color #EDB87C: hue angle of 31.86º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB87C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 124 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.07 |
| HSL | 31.86º | 0.76% | 0.71% | - |
| HSV(B) | 31.86º | 0.48% | 0.93% | - |
| XYZ | 55.7 | 53.74 | 26.51 | - |
| YUV | 193.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 124 | 0 | 0.22 | 0.48 | 0.07 | 31.86 | 0.76 | 0.71 |
| Hex | ED | B8 | 7C | 0 | 16 | 30 | 7 | 20 | 4C | 47 |
| Octal | 355 | 270 | 174 | 0 | 26 | 60 | 7 | 40 | 114 | 107 |
| Binary | 11101101 | 10111000 | 1111100 | 0 | 10110 | 110000 | 111 | 100000 | 1001100 | 1000111 |
Color Harmonies of #EDB87C
Complementary color
Monochromatic Colors of #EDB87C
Black with #EDB87C
Text Example
Text Example
White with #EDB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB87C; }
p { color: rgb(237,184,124); }
H1.HeaderClassName
{
color: #EDB87C;
}
.AnyTagClassName
{
color: #EDB87C;
}
</style>
background-color css
<style>
a { background-color: #EDB87C; }
a { background-color: rgb(237,184,124); }
div.DivClassName
{
background-color: #EDB87C;
}
.BgClassName
{
background-color: #EDB87C;
}
</style>
border-color css
<style>
span { border-color: #EDB87C; }
span { border-color: rgb(237,184,124); }
td.TdClassName
{
border-color: #EDB87C;
}
.TagClassName
{
border-color: #EDB87C;
}
</style>