Shades of Corvette #EDB97D
Tints of Corvette #EDB97D
RGB
CMYK
RGB Variations
Color information
#EDB97D (or 0xEDB97D) is known color: Corvette. HEX triplet: ED, B9 and 7D. RGB value is (237,185,125). Sum of RGB (Red+Green+Blue) = 237+185+125=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97D is #124682. Grayscale: #C2C2C2. Windows color (decimal): -1197699 or 8239597. OLE color: 8239597.
HSL color Cylindrical-coordinate representation of color #EDB97D: hue angle of 32.14º 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 #EDB97D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 125 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.07 |
| HSL | 32.14º | 0.76% | 0.71% | - |
| HSV(B) | 32.14º | 0.47% | 0.93% | - |
| XYZ | 55.98 | 54.18 | 26.91 | - |
| YUV | 193.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 125 | 0 | 0.22 | 0.47 | 0.07 | 32.14 | 0.76 | 0.71 |
| Hex | ED | B9 | 7D | 0 | 16 | 2F | 7 | 20 | 4C | 47 |
| Octal | 355 | 271 | 175 | 0 | 26 | 57 | 7 | 40 | 114 | 107 |
| Binary | 11101101 | 10111001 | 1111101 | 0 | 10110 | 101111 | 111 | 100000 | 1001100 | 1000111 |
Color Harmonies of #EDB97D
Complementary color
Monochromatic Colors of #EDB97D
Black with #EDB97D
Text Example
Text Example
White with #EDB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB97D; }
p { color: rgb(237,185,125); }
H1.HeaderClassName
{
color: #EDB97D;
}
.AnyTagClassName
{
color: #EDB97D;
}
</style>
background-color css
<style>
a { background-color: #EDB97D; }
a { background-color: rgb(237,185,125); }
div.DivClassName
{
background-color: #EDB97D;
}
.BgClassName
{
background-color: #EDB97D;
}
</style>
border-color css
<style>
span { border-color: #EDB97D; }
span { border-color: rgb(237,185,125); }
td.TdClassName
{
border-color: #EDB97D;
}
.TagClassName
{
border-color: #EDB97D;
}
</style>