Shades of Corvette #EDC086
Tints of Corvette #EDC086
RGB
CMYK
RGB Variations
Color information
#EDC086 (or 0xEDC086) is known color: Corvette. HEX triplet: ED, C0 and 86. RGB value is (237,192,134). Sum of RGB (Red+Green+Blue) = 237+192+134=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC086 is #123F79. Grayscale: #C7C7C7. Windows color (decimal): -1195898 or 8831213. OLE color: 8831213.
HSL color Cylindrical-coordinate representation of color #EDC086: hue angle of 33.79º 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 #EDC086 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 134 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.07 |
| HSL | 33.79º | 0.74% | 0.73% | - |
| HSV(B) | 33.79º | 0.43% | 0.93% | - |
| XYZ | 58.08 | 57.43 | 30.58 | - |
| YUV | 198.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 134 | 0 | 0.19 | 0.43 | 0.07 | 33.79 | 0.74 | 0.73 |
| Hex | ED | C0 | 86 | 0 | 13 | 2B | 7 | 22 | 4A | 49 |
| Octal | 355 | 300 | 206 | 0 | 23 | 53 | 7 | 42 | 112 | 111 |
| Binary | 11101101 | 11000000 | 10000110 | 0 | 10011 | 101011 | 111 | 100010 | 1001010 | 1001001 |
Color Harmonies of #EDC086
Complementary color
Monochromatic Colors of #EDC086
Black with #EDC086
Text Example
Text Example
White with #EDC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC086; }
p { color: rgb(237,192,134); }
H1.HeaderClassName
{
color: #EDC086;
}
.AnyTagClassName
{
color: #EDC086;
}
</style>
background-color css
<style>
a { background-color: #EDC086; }
a { background-color: rgb(237,192,134); }
div.DivClassName
{
background-color: #EDC086;
}
.BgClassName
{
background-color: #EDC086;
}
</style>
border-color css
<style>
span { border-color: #EDC086; }
span { border-color: rgb(237,192,134); }
td.TdClassName
{
border-color: #EDC086;
}
.TagClassName
{
border-color: #EDC086;
}
</style>