Shades of Corvette #EDB87A
Tints of Corvette #EDB87A
RGB
CMYK
RGB Variations
Color information
#EDB87A (or 0xEDB87A) is known color: Corvette. HEX triplet: ED, B8 and 7A. RGB value is (237,184,122). Sum of RGB (Red+Green+Blue) = 237+184+122=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87A is #124785. Grayscale: #C1C1C1. Windows color (decimal): -1197958 or 8042733. OLE color: 8042733.
HSL color Cylindrical-coordinate representation of color #EDB87A: hue angle of 32.35º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB87A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 122 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.07 |
| HSL | 32.35º | 0.76% | 0.7% | - |
| HSV(B) | 32.35º | 0.49% | 0.93% | - |
| XYZ | 55.58 | 53.69 | 25.85 | - |
| YUV | 192.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 122 | 0 | 0.22 | 0.49 | 0.07 | 32.35 | 0.76 | 0.7 |
| Hex | ED | B8 | 7A | 0 | 16 | 31 | 7 | 20 | 4C | 46 |
| Octal | 355 | 270 | 172 | 0 | 26 | 61 | 7 | 40 | 114 | 106 |
| Binary | 11101101 | 10111000 | 1111010 | 0 | 10110 | 110001 | 111 | 100000 | 1001100 | 1000110 |
Color Harmonies of #EDB87A
Complementary color
Monochromatic Colors of #EDB87A
Black with #EDB87A
Text Example
Text Example
White with #EDB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB87A; }
p { color: rgb(237,184,122); }
H1.HeaderClassName
{
color: #EDB87A;
}
.AnyTagClassName
{
color: #EDB87A;
}
</style>
background-color css
<style>
a { background-color: #EDB87A; }
a { background-color: rgb(237,184,122); }
div.DivClassName
{
background-color: #EDB87A;
}
.BgClassName
{
background-color: #EDB87A;
}
</style>
border-color css
<style>
span { border-color: #EDB87A; }
span { border-color: rgb(237,184,122); }
td.TdClassName
{
border-color: #EDB87A;
}
.TagClassName
{
border-color: #EDB87A;
}
</style>