Shades of Corvette #EDC185
Tints of Corvette #EDC185
RGB
CMYK
RGB Variations
Color information
#EDC185 (or 0xEDC185) is known color: Corvette. HEX triplet: ED, C1 and 85. RGB value is (237,193,133). Sum of RGB (Red+Green+Blue) = 237+193+133=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC185 is #123E7A. Grayscale: #C7C7C7. Windows color (decimal): -1195643 or 8765933. OLE color: 8765933.
HSL color Cylindrical-coordinate representation of color #EDC185: hue angle of 34.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC185 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 133 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.07 |
| HSL | 34.62º | 0.74% | 0.73% | - |
| HSV(B) | 34.62º | 0.44% | 0.93% | - |
| XYZ | 58.23 | 57.84 | 30.29 | - |
| YUV | 199.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 133 | 0 | 0.19 | 0.44 | 0.07 | 34.62 | 0.74 | 0.73 |
| Hex | ED | C1 | 85 | 0 | 13 | 2C | 7 | 23 | 4A | 49 |
| Octal | 355 | 301 | 205 | 0 | 23 | 54 | 7 | 43 | 112 | 111 |
| Binary | 11101101 | 11000001 | 10000101 | 0 | 10011 | 101100 | 111 | 100011 | 1001010 | 1001001 |
Color Harmonies of #EDC185
Complementary color
Monochromatic Colors of #EDC185
Black with #EDC185
Text Example
Text Example
White with #EDC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC185; }
p { color: rgb(237,193,133); }
H1.HeaderClassName
{
color: #EDC185;
}
.AnyTagClassName
{
color: #EDC185;
}
</style>
background-color css
<style>
a { background-color: #EDC185; }
a { background-color: rgb(237,193,133); }
div.DivClassName
{
background-color: #EDC185;
}
.BgClassName
{
background-color: #EDC185;
}
</style>
border-color css
<style>
span { border-color: #EDC185; }
span { border-color: rgb(237,193,133); }
td.TdClassName
{
border-color: #EDC185;
}
.TagClassName
{
border-color: #EDC185;
}
</style>