Shades of Corvette #EDC17F
Tints of Corvette #EDC17F
RGB
CMYK
RGB Variations
Color information
#EDC17F (or 0xEDC17F) is known color: Corvette. HEX triplet: ED, C1 and 7F. RGB value is (237,193,127). Sum of RGB (Red+Green+Blue) = 237+193+127=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17F is #123E80. Grayscale: #C6C6C6. Windows color (decimal): -1195649 or 8372717. OLE color: 8372717.
HSL color Cylindrical-coordinate representation of color #EDC17F: hue angle of 36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC17F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 127 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 36º | 0.75% | 0.71% | - |
| HSV(B) | 36º | 0.46% | 0.93% | - |
| XYZ | 57.83 | 57.68 | 28.16 | - |
| YUV | 198.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 127 | 0 | 0.19 | 0.46 | 0.07 | 36 | 0.75 | 0.71 |
| Hex | ED | C1 | 7F | 0 | 13 | 2E | 7 | 24 | 4B | 47 |
| Octal | 355 | 301 | 177 | 0 | 23 | 56 | 7 | 44 | 113 | 107 |
| Binary | 11101101 | 11000001 | 1111111 | 0 | 10011 | 101110 | 111 | 100100 | 1001011 | 1000111 |
Color Harmonies of #EDC17F
Complementary color
Monochromatic Colors of #EDC17F
Black with #EDC17F
Text Example
Text Example
White with #EDC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC17F; }
p { color: rgb(237,193,127); }
H1.HeaderClassName
{
color: #EDC17F;
}
.AnyTagClassName
{
color: #EDC17F;
}
</style>
background-color css
<style>
a { background-color: #EDC17F; }
a { background-color: rgb(237,193,127); }
div.DivClassName
{
background-color: #EDC17F;
}
.BgClassName
{
background-color: #EDC17F;
}
</style>
border-color css
<style>
span { border-color: #EDC17F; }
span { border-color: rgb(237,193,127); }
td.TdClassName
{
border-color: #EDC17F;
}
.TagClassName
{
border-color: #EDC17F;
}
</style>