Shades of Corvette #EDBA8D
Tints of Corvette #EDBA8D
RGB
CMYK
RGB Variations
Color information
#EDBA8D (or 0xEDBA8D) is known color: Corvette. HEX triplet: ED, BA and 8D. RGB value is (237,186,141). Sum of RGB (Red+Green+Blue) = 237+186+141=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8D is #124572. Grayscale: #C4C4C4. Windows color (decimal): -1197427 or 9288429. OLE color: 9288429.
HSL color Cylindrical-coordinate representation of color #EDBA8D: hue angle of 28.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDBA8D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 141 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.07 |
| HSL | 28.13º | 0.73% | 0.74% | - |
| HSV(B) | 28.13º | 0.41% | 0.93% | - |
| XYZ | 57.29 | 55.05 | 32.8 | - |
| YUV | 196.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 141 | 0 | 0.22 | 0.41 | 0.07 | 28.13 | 0.73 | 0.74 |
| Hex | ED | BA | 8D | 0 | 16 | 29 | 7 | 1C | 49 | 4A |
| Octal | 355 | 272 | 215 | 0 | 26 | 51 | 7 | 34 | 111 | 112 |
| Binary | 11101101 | 10111010 | 10001101 | 0 | 10110 | 101001 | 111 | 11100 | 1001001 | 1001010 |
Color Harmonies of #EDBA8D
Complementary color
Monochromatic Colors of #EDBA8D
Black with #EDBA8D
Text Example
Text Example
White with #EDBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA8D; }
p { color: rgb(237,186,141); }
H1.HeaderClassName
{
color: #EDBA8D;
}
.AnyTagClassName
{
color: #EDBA8D;
}
</style>
background-color css
<style>
a { background-color: #EDBA8D; }
a { background-color: rgb(237,186,141); }
div.DivClassName
{
background-color: #EDBA8D;
}
.BgClassName
{
background-color: #EDBA8D;
}
</style>
border-color css
<style>
span { border-color: #EDBA8D; }
span { border-color: rgb(237,186,141); }
td.TdClassName
{
border-color: #EDBA8D;
}
.TagClassName
{
border-color: #EDBA8D;
}
</style>