Shades of Corvette #EDB47C
Tints of Corvette #EDB47C
RGB
CMYK
RGB Variations
Color information
#EDB47C (or 0xEDB47C) is known color: Corvette. HEX triplet: ED, B4 and 7C. RGB value is (237,180,124). Sum of RGB (Red+Green+Blue) = 237+180+124=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB47C is #124B83. Grayscale: #BEBEBE. Windows color (decimal): -1198980 or 8172781. OLE color: 8172781.
HSL color Cylindrical-coordinate representation of color #EDB47C: hue angle of 29.73º 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 #EDB47C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 124 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.07 |
| HSL | 29.73º | 0.76% | 0.71% | - |
| HSV(B) | 29.73º | 0.48% | 0.93% | - |
| XYZ | 54.88 | 52.1 | 26.23 | - |
| YUV | 190.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 124 | 0 | 0.24 | 0.48 | 0.07 | 29.73 | 0.76 | 0.71 |
| Hex | ED | B4 | 7C | 0 | 18 | 30 | 7 | 1E | 4C | 47 |
| Octal | 355 | 264 | 174 | 0 | 30 | 60 | 7 | 36 | 114 | 107 |
| Binary | 11101101 | 10110100 | 1111100 | 0 | 11000 | 110000 | 111 | 11110 | 1001100 | 1000111 |
Color Harmonies of #EDB47C
Complementary color
Monochromatic Colors of #EDB47C
Black with #EDB47C
Text Example
Text Example
White with #EDB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB47C; }
p { color: rgb(237,180,124); }
H1.HeaderClassName
{
color: #EDB47C;
}
.AnyTagClassName
{
color: #EDB47C;
}
</style>
background-color css
<style>
a { background-color: #EDB47C; }
a { background-color: rgb(237,180,124); }
div.DivClassName
{
background-color: #EDB47C;
}
.BgClassName
{
background-color: #EDB47C;
}
</style>
border-color css
<style>
span { border-color: #EDB47C; }
span { border-color: rgb(237,180,124); }
td.TdClassName
{
border-color: #EDB47C;
}
.TagClassName
{
border-color: #EDB47C;
}
</style>