Shades of Corvette #EDB47E
Tints of Corvette #EDB47E
RGB
CMYK
RGB Variations
Color information
#EDB47E (or 0xEDB47E) is known color: Corvette. HEX triplet: ED, B4 and 7E. RGB value is (237,180,126). Sum of RGB (Red+Green+Blue) = 237+180+126=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB47E is #124B81. Grayscale: #BFBFBF. Windows color (decimal): -1198978 or 8303853. OLE color: 8303853.
HSL color Cylindrical-coordinate representation of color #EDB47E: hue angle of 29.19º 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 #EDB47E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 126 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.07 |
| HSL | 29.19º | 0.76% | 0.71% | - |
| HSV(B) | 29.19º | 0.47% | 0.93% | - |
| XYZ | 55.01 | 52.15 | 26.91 | - |
| YUV | 190.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 126 | 0 | 0.24 | 0.47 | 0.07 | 29.19 | 0.76 | 0.71 |
| Hex | ED | B4 | 7E | 0 | 18 | 2F | 7 | 1D | 4C | 47 |
| Octal | 355 | 264 | 176 | 0 | 30 | 57 | 7 | 35 | 114 | 107 |
| Binary | 11101101 | 10110100 | 1111110 | 0 | 11000 | 101111 | 111 | 11101 | 1001100 | 1000111 |
Color Harmonies of #EDB47E
Complementary color
Monochromatic Colors of #EDB47E
Black with #EDB47E
Text Example
Text Example
White with #EDB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB47E; }
p { color: rgb(237,180,126); }
H1.HeaderClassName
{
color: #EDB47E;
}
.AnyTagClassName
{
color: #EDB47E;
}
</style>
background-color css
<style>
a { background-color: #EDB47E; }
a { background-color: rgb(237,180,126); }
div.DivClassName
{
background-color: #EDB47E;
}
.BgClassName
{
background-color: #EDB47E;
}
</style>
border-color css
<style>
span { border-color: #EDB47E; }
span { border-color: rgb(237,180,126); }
td.TdClassName
{
border-color: #EDB47E;
}
.TagClassName
{
border-color: #EDB47E;
}
</style>