Shades of Corvette #EDBD8D
Tints of Corvette #EDBD8D
RGB
CMYK
RGB Variations
Color information
#EDBD8D (or 0xEDBD8D) is known color: Corvette. HEX triplet: ED, BD and 8D. RGB value is (237,189,141). Sum of RGB (Red+Green+Blue) = 237+189+141=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD8D is #124272. Grayscale: #C6C6C6. Windows color (decimal): -1196659 or 9289197. OLE color: 9289197.
HSL color Cylindrical-coordinate representation of color #EDBD8D: hue angle of 30º 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 #EDBD8D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 141 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.07 |
| HSL | 30º | 0.73% | 0.74% | - |
| HSV(B) | 30º | 0.41% | 0.93% | - |
| XYZ | 57.93 | 56.32 | 33.02 | - |
| YUV | 197.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 141 | 0 | 0.20 | 0.41 | 0.07 | 30 | 0.73 | 0.74 |
| Hex | ED | BD | 8D | 0 | 14 | 29 | 7 | 1E | 49 | 4A |
| Octal | 355 | 275 | 215 | 0 | 24 | 51 | 7 | 36 | 111 | 112 |
| Binary | 11101101 | 10111101 | 10001101 | 0 | 10100 | 101001 | 111 | 11110 | 1001001 | 1001010 |
Color Harmonies of #EDBD8D
Complementary color
Monochromatic Colors of #EDBD8D
Black with #EDBD8D
Text Example
Text Example
White with #EDBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD8D; }
p { color: rgb(237,189,141); }
H1.HeaderClassName
{
color: #EDBD8D;
}
.AnyTagClassName
{
color: #EDBD8D;
}
</style>
background-color css
<style>
a { background-color: #EDBD8D; }
a { background-color: rgb(237,189,141); }
div.DivClassName
{
background-color: #EDBD8D;
}
.BgClassName
{
background-color: #EDBD8D;
}
</style>
border-color css
<style>
span { border-color: #EDBD8D; }
span { border-color: rgb(237,189,141); }
td.TdClassName
{
border-color: #EDBD8D;
}
.TagClassName
{
border-color: #EDBD8D;
}
</style>