Shades of Corvette #EDC07F
Tints of Corvette #EDC07F
RGB
CMYK
RGB Variations
Color information
#EDC07F (or 0xEDC07F) is known color: Corvette. HEX triplet: ED, C0 and 7F. RGB value is (237,192,127). Sum of RGB (Red+Green+Blue) = 237+192+127=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC07F is #123F80. Grayscale: #C6C6C6. Windows color (decimal): -1195905 or 8372461. OLE color: 8372461.
HSL color Cylindrical-coordinate representation of color #EDC07F: hue angle of 35.45º 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 #EDC07F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 127 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 35.45º | 0.75% | 0.71% | - |
| HSV(B) | 35.45º | 0.46% | 0.93% | - |
| XYZ | 57.61 | 57.24 | 28.09 | - |
| YUV | 198.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 127 | 0 | 0.19 | 0.46 | 0.07 | 35.45 | 0.75 | 0.71 |
| Hex | ED | C0 | 7F | 0 | 13 | 2E | 7 | 23 | 4B | 47 |
| Octal | 355 | 300 | 177 | 0 | 23 | 56 | 7 | 43 | 113 | 107 |
| Binary | 11101101 | 11000000 | 1111111 | 0 | 10011 | 101110 | 111 | 100011 | 1001011 | 1000111 |
Color Harmonies of #EDC07F
Complementary color
Monochromatic Colors of #EDC07F
Black with #EDC07F
Text Example
Text Example
White with #EDC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC07F; }
p { color: rgb(237,192,127); }
H1.HeaderClassName
{
color: #EDC07F;
}
.AnyTagClassName
{
color: #EDC07F;
}
</style>
background-color css
<style>
a { background-color: #EDC07F; }
a { background-color: rgb(237,192,127); }
div.DivClassName
{
background-color: #EDC07F;
}
.BgClassName
{
background-color: #EDC07F;
}
</style>
border-color css
<style>
span { border-color: #EDC07F; }
span { border-color: rgb(237,192,127); }
td.TdClassName
{
border-color: #EDC07F;
}
.TagClassName
{
border-color: #EDC07F;
}
</style>