Shades of Corvette #EDB37C
Tints of Corvette #EDB37C
RGB
CMYK
RGB Variations
Color information
#EDB37C (or 0xEDB37C) is known color: Corvette. HEX triplet: ED, B3 and 7C. RGB value is (237,179,124). Sum of RGB (Red+Green+Blue) = 237+179+124=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37C is #124C83. Grayscale: #BEBEBE. Windows color (decimal): -1199236 or 8172525. OLE color: 8172525.
HSL color Cylindrical-coordinate representation of color #EDB37C: hue angle of 29.2º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB37C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 124 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.07 |
| HSL | 29.2º | 0.76% | 0.71% | - |
| HSV(B) | 29.2º | 0.48% | 0.93% | - |
| XYZ | 54.68 | 51.7 | 26.17 | - |
| YUV | 190.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 124 | 0 | 0.24 | 0.48 | 0.07 | 29.2 | 0.76 | 0.71 |
| Hex | ED | B3 | 7C | 0 | 18 | 30 | 7 | 1D | 4C | 47 |
| Octal | 355 | 263 | 174 | 0 | 30 | 60 | 7 | 35 | 114 | 107 |
| Binary | 11101101 | 10110011 | 1111100 | 0 | 11000 | 110000 | 111 | 11101 | 1001100 | 1000111 |
Color Harmonies of #EDB37C
Complementary color
Monochromatic Colors of #EDB37C
Black with #EDB37C
Text Example
Text Example
White with #EDB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB37C; }
p { color: rgb(237,179,124); }
H1.HeaderClassName
{
color: #EDB37C;
}
.AnyTagClassName
{
color: #EDB37C;
}
</style>
background-color css
<style>
a { background-color: #EDB37C; }
a { background-color: rgb(237,179,124); }
div.DivClassName
{
background-color: #EDB37C;
}
.BgClassName
{
background-color: #EDB37C;
}
</style>
border-color css
<style>
span { border-color: #EDB37C; }
span { border-color: rgb(237,179,124); }
td.TdClassName
{
border-color: #EDB37C;
}
.TagClassName
{
border-color: #EDB37C;
}
</style>