Shades of Corvette #EDB782
Tints of Corvette #EDB782
RGB
CMYK
RGB Variations
Color information
#EDB782 (or 0xEDB782) is known color: Corvette. HEX triplet: ED, B7 and 82. RGB value is (237,183,130). Sum of RGB (Red+Green+Blue) = 237+183+130=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB782 is #12487D. Grayscale: #C1C1C1. Windows color (decimal): -1198206 or 8566765. OLE color: 8566765.
HSL color Cylindrical-coordinate representation of color #EDB782: hue angle of 29.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDB782 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 130 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.07 |
| HSL | 29.72º | 0.75% | 0.72% | - |
| HSV(B) | 29.72º | 0.45% | 0.93% | - |
| XYZ | 55.89 | 53.48 | 28.5 | - |
| YUV | 193.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 130 | 0 | 0.23 | 0.45 | 0.07 | 29.72 | 0.75 | 0.72 |
| Hex | ED | B7 | 82 | 0 | 17 | 2D | 7 | 1E | 4B | 48 |
| Octal | 355 | 267 | 202 | 0 | 27 | 55 | 7 | 36 | 113 | 110 |
| Binary | 11101101 | 10110111 | 10000010 | 0 | 10111 | 101101 | 111 | 11110 | 1001011 | 1001000 |
Color Harmonies of #EDB782
Complementary color
Monochromatic Colors of #EDB782
Black with #EDB782
Text Example
Text Example
White with #EDB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB782; }
p { color: rgb(237,183,130); }
H1.HeaderClassName
{
color: #EDB782;
}
.AnyTagClassName
{
color: #EDB782;
}
</style>
background-color css
<style>
a { background-color: #EDB782; }
a { background-color: rgb(237,183,130); }
div.DivClassName
{
background-color: #EDB782;
}
.BgClassName
{
background-color: #EDB782;
}
</style>
border-color css
<style>
span { border-color: #EDB782; }
span { border-color: rgb(237,183,130); }
td.TdClassName
{
border-color: #EDB782;
}
.TagClassName
{
border-color: #EDB782;
}
</style>