Shades of Corvette #EDB776
Tints of Corvette #EDB776
RGB
CMYK
RGB Variations
Color information
#EDB776 (or 0xEDB776) is known color: Corvette. HEX triplet: ED, B7 and 76. RGB value is (237,183,118). Sum of RGB (Red+Green+Blue) = 237+183+118=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB776 is #124889. Grayscale: #C0C0C0. Windows color (decimal): -1198218 or 7780333. OLE color: 7780333.
HSL color Cylindrical-coordinate representation of color #EDB776: hue angle of 32.77º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB776 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 118 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.07 |
| HSL | 32.77º | 0.77% | 0.7% | - |
| HSV(B) | 32.77º | 0.5% | 0.93% | - |
| XYZ | 55.13 | 53.18 | 24.5 | - |
| YUV | 191.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 118 | 0 | 0.23 | 0.50 | 0.07 | 32.77 | 0.77 | 0.7 |
| Hex | ED | B7 | 76 | 0 | 17 | 32 | 7 | 21 | 4D | 46 |
| Octal | 355 | 267 | 166 | 0 | 27 | 62 | 7 | 41 | 115 | 106 |
| Binary | 11101101 | 10110111 | 1110110 | 0 | 10111 | 110010 | 111 | 100001 | 1001101 | 1000110 |
Color Harmonies of #EDB776
Complementary color
Monochromatic Colors of #EDB776
Black with #EDB776
Text Example
Text Example
White with #EDB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB776; }
p { color: rgb(237,183,118); }
H1.HeaderClassName
{
color: #EDB776;
}
.AnyTagClassName
{
color: #EDB776;
}
</style>
background-color css
<style>
a { background-color: #EDB776; }
a { background-color: rgb(237,183,118); }
div.DivClassName
{
background-color: #EDB776;
}
.BgClassName
{
background-color: #EDB776;
}
</style>
border-color css
<style>
span { border-color: #EDB776; }
span { border-color: rgb(237,183,118); }
td.TdClassName
{
border-color: #EDB776;
}
.TagClassName
{
border-color: #EDB776;
}
</style>