Shades of Corvette #EDB582
Tints of Corvette #EDB582
RGB
CMYK
RGB Variations
Color information
#EDB582 (or 0xEDB582) is known color: Corvette. HEX triplet: ED, B5 and 82. RGB value is (237,181,130). Sum of RGB (Red+Green+Blue) = 237+181+130=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB582 is #124A7D. Grayscale: #C0C0C0. Windows color (decimal): -1198718 or 8566253. OLE color: 8566253.
HSL color Cylindrical-coordinate representation of color #EDB582: hue angle of 28.6º 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 #EDB582 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 130 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.07 |
| HSL | 28.6º | 0.75% | 0.72% | - |
| HSV(B) | 28.6º | 0.45% | 0.93% | - |
| XYZ | 55.48 | 52.66 | 28.36 | - |
| YUV | 191.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 130 | 0 | 0.24 | 0.45 | 0.07 | 28.6 | 0.75 | 0.72 |
| Hex | ED | B5 | 82 | 0 | 18 | 2D | 7 | 1D | 4B | 48 |
| Octal | 355 | 265 | 202 | 0 | 30 | 55 | 7 | 35 | 113 | 110 |
| Binary | 11101101 | 10110101 | 10000010 | 0 | 11000 | 101101 | 111 | 11101 | 1001011 | 1001000 |
Color Harmonies of #EDB582
Complementary color
Monochromatic Colors of #EDB582
Black with #EDB582
Text Example
Text Example
White with #EDB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB582; }
p { color: rgb(237,181,130); }
H1.HeaderClassName
{
color: #EDB582;
}
.AnyTagClassName
{
color: #EDB582;
}
</style>
background-color css
<style>
a { background-color: #EDB582; }
a { background-color: rgb(237,181,130); }
div.DivClassName
{
background-color: #EDB582;
}
.BgClassName
{
background-color: #EDB582;
}
</style>
border-color css
<style>
span { border-color: #EDB582; }
span { border-color: rgb(237,181,130); }
td.TdClassName
{
border-color: #EDB582;
}
.TagClassName
{
border-color: #EDB582;
}
</style>