Shades of Corvette #EDBA8A
Tints of Corvette #EDBA8A
RGB
CMYK
RGB Variations
Color information
#EDBA8A (or 0xEDBA8A) is known color: Corvette. HEX triplet: ED, BA and 8A. RGB value is (237,186,138). Sum of RGB (Red+Green+Blue) = 237+186+138=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8A is #124575. Grayscale: #C4C4C4. Windows color (decimal): -1197430 or 9091821. OLE color: 9091821.
HSL color Cylindrical-coordinate representation of color #EDBA8A: hue angle of 29.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDBA8A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 138 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.07 |
| HSL | 29.09º | 0.73% | 0.74% | - |
| HSV(B) | 29.09º | 0.42% | 0.93% | - |
| XYZ | 57.07 | 54.96 | 31.64 | - |
| YUV | 195.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 138 | 0 | 0.22 | 0.42 | 0.07 | 29.09 | 0.73 | 0.74 |
| Hex | ED | BA | 8A | 0 | 16 | 2A | 7 | 1D | 49 | 4A |
| Octal | 355 | 272 | 212 | 0 | 26 | 52 | 7 | 35 | 111 | 112 |
| Binary | 11101101 | 10111010 | 10001010 | 0 | 10110 | 101010 | 111 | 11101 | 1001001 | 1001010 |
Color Harmonies of #EDBA8A
Complementary color
Monochromatic Colors of #EDBA8A
Black with #EDBA8A
Text Example
Text Example
White with #EDBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA8A; }
p { color: rgb(237,186,138); }
H1.HeaderClassName
{
color: #EDBA8A;
}
.AnyTagClassName
{
color: #EDBA8A;
}
</style>
background-color css
<style>
a { background-color: #EDBA8A; }
a { background-color: rgb(237,186,138); }
div.DivClassName
{
background-color: #EDBA8A;
}
.BgClassName
{
background-color: #EDBA8A;
}
</style>
border-color css
<style>
span { border-color: #EDBA8A; }
span { border-color: rgb(237,186,138); }
td.TdClassName
{
border-color: #EDBA8A;
}
.TagClassName
{
border-color: #EDBA8A;
}
</style>