Shades of Corvette #EDB387
Tints of Corvette #EDB387
RGB
CMYK
RGB Variations
Color information
#EDB387 (or 0xEDB387) is known color: Corvette. HEX triplet: ED, B3 and 87. RGB value is (237,179,135). Sum of RGB (Red+Green+Blue) = 237+179+135=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB387 is #124C78. Grayscale: #BFBFBF. Windows color (decimal): -1199225 or 8893421. OLE color: 8893421.
HSL color Cylindrical-coordinate representation of color #EDB387: hue angle of 25.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDB387 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 135 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 25.88º | 0.74% | 0.73% | - |
| HSV(B) | 25.88º | 0.43% | 0.93% | - |
| XYZ | 55.42 | 51.99 | 30.04 | - |
| YUV | 191.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 135 | 0 | 0.24 | 0.43 | 0.07 | 25.88 | 0.74 | 0.73 |
| Hex | ED | B3 | 87 | 0 | 18 | 2B | 7 | 1A | 4A | 49 |
| Octal | 355 | 263 | 207 | 0 | 30 | 53 | 7 | 32 | 112 | 111 |
| Binary | 11101101 | 10110011 | 10000111 | 0 | 11000 | 101011 | 111 | 11010 | 1001010 | 1001001 |
Color Harmonies of #EDB387
Complementary color
Monochromatic Colors of #EDB387
Black with #EDB387
Text Example
Text Example
White with #EDB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB387; }
p { color: rgb(237,179,135); }
H1.HeaderClassName
{
color: #EDB387;
}
.AnyTagClassName
{
color: #EDB387;
}
</style>
background-color css
<style>
a { background-color: #EDB387; }
a { background-color: rgb(237,179,135); }
div.DivClassName
{
background-color: #EDB387;
}
.BgClassName
{
background-color: #EDB387;
}
</style>
border-color css
<style>
span { border-color: #EDB387; }
span { border-color: rgb(237,179,135); }
td.TdClassName
{
border-color: #EDB387;
}
.TagClassName
{
border-color: #EDB387;
}
</style>