Shades of Corvette #EDB87B
Tints of Corvette #EDB87B
RGB
CMYK
RGB Variations
Color information
#EDB87B (or 0xEDB87B) is known color: Corvette. HEX triplet: ED, B8 and 7B. RGB value is (237,184,123). Sum of RGB (Red+Green+Blue) = 237+184+123=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87B is #124784. Grayscale: #C1C1C1. Windows color (decimal): -1197957 or 8108269. OLE color: 8108269.
HSL color Cylindrical-coordinate representation of color #EDB87B: hue angle of 32.11º 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 #EDB87B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 123 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.07 |
| HSL | 32.11º | 0.76% | 0.71% | - |
| HSV(B) | 32.11º | 0.48% | 0.93% | - |
| XYZ | 55.64 | 53.72 | 26.17 | - |
| YUV | 192.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 123 | 0 | 0.22 | 0.48 | 0.07 | 32.11 | 0.76 | 0.71 |
| Hex | ED | B8 | 7B | 0 | 16 | 30 | 7 | 20 | 4C | 47 |
| Octal | 355 | 270 | 173 | 0 | 26 | 60 | 7 | 40 | 114 | 107 |
| Binary | 11101101 | 10111000 | 1111011 | 0 | 10110 | 110000 | 111 | 100000 | 1001100 | 1000111 |
Color Harmonies of #EDB87B
Complementary color
Monochromatic Colors of #EDB87B
Black with #EDB87B
Text Example
Text Example
White with #EDB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB87B; }
p { color: rgb(237,184,123); }
H1.HeaderClassName
{
color: #EDB87B;
}
.AnyTagClassName
{
color: #EDB87B;
}
</style>
background-color css
<style>
a { background-color: #EDB87B; }
a { background-color: rgb(237,184,123); }
div.DivClassName
{
background-color: #EDB87B;
}
.BgClassName
{
background-color: #EDB87B;
}
</style>
border-color css
<style>
span { border-color: #EDB87B; }
span { border-color: rgb(237,184,123); }
td.TdClassName
{
border-color: #EDB87B;
}
.TagClassName
{
border-color: #EDB87B;
}
</style>