Shades of Corvette #EDB784
Tints of Corvette #EDB784
RGB
CMYK
RGB Variations
Color information
#EDB784 (or 0xEDB784) is known color: Corvette. HEX triplet: ED, B7 and 84. RGB value is (237,183,132). Sum of RGB (Red+Green+Blue) = 237+183+132=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB784 is #12487B. Grayscale: #C1C1C1. Windows color (decimal): -1198204 or 8697837. OLE color: 8697837.
HSL color Cylindrical-coordinate representation of color #EDB784: hue angle of 29.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDB784 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 132 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.07 |
| HSL | 29.14º | 0.74% | 0.72% | - |
| HSV(B) | 29.14º | 0.44% | 0.93% | - |
| XYZ | 56.02 | 53.54 | 29.21 | - |
| YUV | 193.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 132 | 0 | 0.23 | 0.44 | 0.07 | 29.14 | 0.74 | 0.72 |
| Hex | ED | B7 | 84 | 0 | 17 | 2C | 7 | 1D | 4A | 48 |
| Octal | 355 | 267 | 204 | 0 | 27 | 54 | 7 | 35 | 112 | 110 |
| Binary | 11101101 | 10110111 | 10000100 | 0 | 10111 | 101100 | 111 | 11101 | 1001010 | 1001000 |
Color Harmonies of #EDB784
Complementary color
Monochromatic Colors of #EDB784
Black with #EDB784
Text Example
Text Example
White with #EDB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB784; }
p { color: rgb(237,183,132); }
H1.HeaderClassName
{
color: #EDB784;
}
.AnyTagClassName
{
color: #EDB784;
}
</style>
background-color css
<style>
a { background-color: #EDB784; }
a { background-color: rgb(237,183,132); }
div.DivClassName
{
background-color: #EDB784;
}
.BgClassName
{
background-color: #EDB784;
}
</style>
border-color css
<style>
span { border-color: #EDB784; }
span { border-color: rgb(237,183,132); }
td.TdClassName
{
border-color: #EDB784;
}
.TagClassName
{
border-color: #EDB784;
}
</style>