Shades of Corvette #EDC07D
Tints of Corvette #EDC07D
RGB
CMYK
RGB Variations
Color information
#EDC07D (or 0xEDC07D) is known color: Corvette. HEX triplet: ED, C0 and 7D. RGB value is (237,192,125). Sum of RGB (Red+Green+Blue) = 237+192+125=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC07D is #123F82. Grayscale: #C6C6C6. Windows color (decimal): -1195907 or 8241389. OLE color: 8241389.
HSL color Cylindrical-coordinate representation of color #EDC07D: hue angle of 35.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC07D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 125 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.07 |
| HSL | 35.89º | 0.76% | 0.71% | - |
| HSV(B) | 35.89º | 0.47% | 0.93% | - |
| XYZ | 57.48 | 57.18 | 27.41 | - |
| YUV | 197.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 125 | 0 | 0.19 | 0.47 | 0.07 | 35.89 | 0.76 | 0.71 |
| Hex | ED | C0 | 7D | 0 | 13 | 2F | 7 | 24 | 4C | 47 |
| Octal | 355 | 300 | 175 | 0 | 23 | 57 | 7 | 44 | 114 | 107 |
| Binary | 11101101 | 11000000 | 1111101 | 0 | 10011 | 101111 | 111 | 100100 | 1001100 | 1000111 |
Color Harmonies of #EDC07D
Complementary color
Monochromatic Colors of #EDC07D
Black with #EDC07D
Text Example
Text Example
White with #EDC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC07D; }
p { color: rgb(237,192,125); }
H1.HeaderClassName
{
color: #EDC07D;
}
.AnyTagClassName
{
color: #EDC07D;
}
</style>
background-color css
<style>
a { background-color: #EDC07D; }
a { background-color: rgb(237,192,125); }
div.DivClassName
{
background-color: #EDC07D;
}
.BgClassName
{
background-color: #EDC07D;
}
</style>
border-color css
<style>
span { border-color: #EDC07D; }
span { border-color: rgb(237,192,125); }
td.TdClassName
{
border-color: #EDC07D;
}
.TagClassName
{
border-color: #EDC07D;
}
</style>