Shades of Corvette #EDBC8D
Tints of Corvette #EDBC8D
RGB
CMYK
RGB Variations
Color information
#EDBC8D (or 0xEDBC8D) is known color: Corvette. HEX triplet: ED, BC and 8D. RGB value is (237,188,141). Sum of RGB (Red+Green+Blue) = 237+188+141=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC8D is #124372. Grayscale: #C5C5C5. Windows color (decimal): -1196915 or 9288941. OLE color: 9288941.
HSL color Cylindrical-coordinate representation of color #EDBC8D: hue angle of 29.38º 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 #EDBC8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 141 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 29.38º | 0.73% | 0.74% | - |
| HSV(B) | 29.38º | 0.41% | 0.93% | - |
| XYZ | 57.72 | 55.89 | 32.95 | - |
| YUV | 197.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 141 | 0 | 0.21 | 0.41 | 0.07 | 29.38 | 0.73 | 0.74 |
| Hex | ED | BC | 8D | 0 | 15 | 29 | 7 | 1D | 49 | 4A |
| Octal | 355 | 274 | 215 | 0 | 25 | 51 | 7 | 35 | 111 | 112 |
| Binary | 11101101 | 10111100 | 10001101 | 0 | 10101 | 101001 | 111 | 11101 | 1001001 | 1001010 |
Color Harmonies of #EDBC8D
Complementary color
Monochromatic Colors of #EDBC8D
Black with #EDBC8D
Text Example
Text Example
White with #EDBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC8D; }
p { color: rgb(237,188,141); }
H1.HeaderClassName
{
color: #EDBC8D;
}
.AnyTagClassName
{
color: #EDBC8D;
}
</style>
background-color css
<style>
a { background-color: #EDBC8D; }
a { background-color: rgb(237,188,141); }
div.DivClassName
{
background-color: #EDBC8D;
}
.BgClassName
{
background-color: #EDBC8D;
}
</style>
border-color css
<style>
span { border-color: #EDBC8D; }
span { border-color: rgb(237,188,141); }
td.TdClassName
{
border-color: #EDBC8D;
}
.TagClassName
{
border-color: #EDBC8D;
}
</style>