Shades of Corvette #EDC181
Tints of Corvette #EDC181
RGB
CMYK
RGB Variations
Color information
#EDC181 (or 0xEDC181) is known color: Corvette. HEX triplet: ED, C1 and 81. RGB value is (237,193,129). Sum of RGB (Red+Green+Blue) = 237+193+129=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC181 is #123E7E. Grayscale: #C7C7C7. Windows color (decimal): -1195647 or 8503789. OLE color: 8503789.
HSL color Cylindrical-coordinate representation of color #EDC181: hue angle of 35.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC181 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 129 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 35.56º | 0.75% | 0.72% | - |
| HSV(B) | 35.56º | 0.46% | 0.93% | - |
| XYZ | 57.96 | 57.73 | 28.86 | - |
| YUV | 198.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 129 | 0 | 0.19 | 0.46 | 0.07 | 35.56 | 0.75 | 0.72 |
| Hex | ED | C1 | 81 | 0 | 13 | 2E | 7 | 24 | 4B | 48 |
| Octal | 355 | 301 | 201 | 0 | 23 | 56 | 7 | 44 | 113 | 110 |
| Binary | 11101101 | 11000001 | 10000001 | 0 | 10011 | 101110 | 111 | 100100 | 1001011 | 1001000 |
Color Harmonies of #EDC181
Complementary color
Monochromatic Colors of #EDC181
Black with #EDC181
Text Example
Text Example
White with #EDC181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC181; }
p { color: rgb(237,193,129); }
H1.HeaderClassName
{
color: #EDC181;
}
.AnyTagClassName
{
color: #EDC181;
}
</style>
background-color css
<style>
a { background-color: #EDC181; }
a { background-color: rgb(237,193,129); }
div.DivClassName
{
background-color: #EDC181;
}
.BgClassName
{
background-color: #EDC181;
}
</style>
border-color css
<style>
span { border-color: #EDC181; }
span { border-color: rgb(237,193,129); }
td.TdClassName
{
border-color: #EDC181;
}
.TagClassName
{
border-color: #EDC181;
}
</style>