Shades of Corvette #EDB688
Tints of Corvette #EDB688
RGB
CMYK
RGB Variations
Color information
#EDB688 (or 0xEDB688) is known color: Corvette. HEX triplet: ED, B6 and 88. RGB value is (237,182,136). Sum of RGB (Red+Green+Blue) = 237+182+136=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB688 is #124977. Grayscale: #C1C1C1. Windows color (decimal): -1198456 or 8959725. OLE color: 8959725.
HSL color Cylindrical-coordinate representation of color #EDB688: hue angle of 27.33º 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 #EDB688 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 136 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.07 |
| HSL | 27.33º | 0.74% | 0.73% | - |
| HSV(B) | 27.33º | 0.43% | 0.93% | - |
| XYZ | 56.1 | 53.24 | 30.61 | - |
| YUV | 193.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 136 | 0 | 0.23 | 0.43 | 0.07 | 27.33 | 0.74 | 0.73 |
| Hex | ED | B6 | 88 | 0 | 17 | 2B | 7 | 1B | 4A | 49 |
| Octal | 355 | 266 | 210 | 0 | 27 | 53 | 7 | 33 | 112 | 111 |
| Binary | 11101101 | 10110110 | 10001000 | 0 | 10111 | 101011 | 111 | 11011 | 1001010 | 1001001 |
Color Harmonies of #EDB688
Complementary color
Monochromatic Colors of #EDB688
Black with #EDB688
Text Example
Text Example
White with #EDB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB688; }
p { color: rgb(237,182,136); }
H1.HeaderClassName
{
color: #EDB688;
}
.AnyTagClassName
{
color: #EDB688;
}
</style>
background-color css
<style>
a { background-color: #EDB688; }
a { background-color: rgb(237,182,136); }
div.DivClassName
{
background-color: #EDB688;
}
.BgClassName
{
background-color: #EDB688;
}
</style>
border-color css
<style>
span { border-color: #EDB688; }
span { border-color: rgb(237,182,136); }
td.TdClassName
{
border-color: #EDB688;
}
.TagClassName
{
border-color: #EDB688;
}
</style>