Shades of Corvette #EDBD7F
Tints of Corvette #EDBD7F
RGB
CMYK
RGB Variations
Color information
#EDBD7F (or 0xEDBD7F) is known color: Corvette. HEX triplet: ED, BD and 7F. RGB value is (237,189,127). Sum of RGB (Red+Green+Blue) = 237+189+127=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD7F is #124280. Grayscale: #C4C4C4. Windows color (decimal): -1196673 or 8371693. OLE color: 8371693.
HSL color Cylindrical-coordinate representation of color #EDBD7F: hue angle of 33.82º 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 #EDBD7F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 127 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.07 |
| HSL | 33.82º | 0.75% | 0.71% | - |
| HSV(B) | 33.82º | 0.46% | 0.93% | - |
| XYZ | 56.95 | 55.93 | 27.87 | - |
| YUV | 196.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 127 | 0 | 0.20 | 0.46 | 0.07 | 33.82 | 0.75 | 0.71 |
| Hex | ED | BD | 7F | 0 | 14 | 2E | 7 | 22 | 4B | 47 |
| Octal | 355 | 275 | 177 | 0 | 24 | 56 | 7 | 42 | 113 | 107 |
| Binary | 11101101 | 10111101 | 1111111 | 0 | 10100 | 101110 | 111 | 100010 | 1001011 | 1000111 |
Color Harmonies of #EDBD7F
Complementary color
Monochromatic Colors of #EDBD7F
Black with #EDBD7F
Text Example
Text Example
White with #EDBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD7F; }
p { color: rgb(237,189,127); }
H1.HeaderClassName
{
color: #EDBD7F;
}
.AnyTagClassName
{
color: #EDBD7F;
}
</style>
background-color css
<style>
a { background-color: #EDBD7F; }
a { background-color: rgb(237,189,127); }
div.DivClassName
{
background-color: #EDBD7F;
}
.BgClassName
{
background-color: #EDBD7F;
}
</style>
border-color css
<style>
span { border-color: #EDBD7F; }
span { border-color: rgb(237,189,127); }
td.TdClassName
{
border-color: #EDBD7F;
}
.TagClassName
{
border-color: #EDBD7F;
}
</style>