Shades of Corvette #EDBA89
Tints of Corvette #EDBA89
RGB
CMYK
RGB Variations
Color information
#EDBA89 (or 0xEDBA89) is known color: Corvette. HEX triplet: ED, BA and 89. RGB value is (237,186,137). Sum of RGB (Red+Green+Blue) = 237+186+137=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA89 is #124576. Grayscale: #C3C3C3. Windows color (decimal): -1197431 or 9026285. OLE color: 9026285.
HSL color Cylindrical-coordinate representation of color #EDBA89: hue angle of 29.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDBA89 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 137 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.07 |
| HSL | 29.4º | 0.74% | 0.73% | - |
| HSV(B) | 29.4º | 0.42% | 0.93% | - |
| XYZ | 57 | 54.93 | 31.26 | - |
| YUV | 195.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 137 | 0 | 0.22 | 0.42 | 0.07 | 29.4 | 0.74 | 0.73 |
| Hex | ED | BA | 89 | 0 | 16 | 2A | 7 | 1D | 4A | 49 |
| Octal | 355 | 272 | 211 | 0 | 26 | 52 | 7 | 35 | 112 | 111 |
| Binary | 11101101 | 10111010 | 10001001 | 0 | 10110 | 101010 | 111 | 11101 | 1001010 | 1001001 |
Color Harmonies of #EDBA89
Complementary color
Monochromatic Colors of #EDBA89
Black with #EDBA89
Text Example
Text Example
White with #EDBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA89; }
p { color: rgb(237,186,137); }
H1.HeaderClassName
{
color: #EDBA89;
}
.AnyTagClassName
{
color: #EDBA89;
}
</style>
background-color css
<style>
a { background-color: #EDBA89; }
a { background-color: rgb(237,186,137); }
div.DivClassName
{
background-color: #EDBA89;
}
.BgClassName
{
background-color: #EDBA89;
}
</style>
border-color css
<style>
span { border-color: #EDBA89; }
span { border-color: rgb(237,186,137); }
td.TdClassName
{
border-color: #EDBA89;
}
.TagClassName
{
border-color: #EDBA89;
}
</style>