Shades of Corvette #EDB788
Tints of Corvette #EDB788
RGB
CMYK
RGB Variations
Color information
#EDB788 (or 0xEDB788) is known color: Corvette. HEX triplet: ED, B7 and 88. RGB value is (237,183,136). Sum of RGB (Red+Green+Blue) = 237+183+136=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB788 is #124877. Grayscale: #C2C2C2. Windows color (decimal): -1198200 or 8959981. OLE color: 8959981.
HSL color Cylindrical-coordinate representation of color #EDB788: hue angle of 27.92º 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 #EDB788 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 136 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.07 |
| HSL | 27.92º | 0.74% | 0.73% | - |
| HSV(B) | 27.92º | 0.43% | 0.93% | - |
| XYZ | 56.3 | 53.65 | 30.68 | - |
| YUV | 193.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 136 | 0 | 0.23 | 0.43 | 0.07 | 27.92 | 0.74 | 0.73 |
| Hex | ED | B7 | 88 | 0 | 17 | 2B | 7 | 1C | 4A | 49 |
| Octal | 355 | 267 | 210 | 0 | 27 | 53 | 7 | 34 | 112 | 111 |
| Binary | 11101101 | 10110111 | 10001000 | 0 | 10111 | 101011 | 111 | 11100 | 1001010 | 1001001 |
Color Harmonies of #EDB788
Complementary color
Monochromatic Colors of #EDB788
Black with #EDB788
Text Example
Text Example
White with #EDB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB788; }
p { color: rgb(237,183,136); }
H1.HeaderClassName
{
color: #EDB788;
}
.AnyTagClassName
{
color: #EDB788;
}
</style>
background-color css
<style>
a { background-color: #EDB788; }
a { background-color: rgb(237,183,136); }
div.DivClassName
{
background-color: #EDB788;
}
.BgClassName
{
background-color: #EDB788;
}
</style>
border-color css
<style>
span { border-color: #EDB788; }
span { border-color: rgb(237,183,136); }
td.TdClassName
{
border-color: #EDB788;
}
.TagClassName
{
border-color: #EDB788;
}
</style>