Shades of Corvette #EDBF8B
Tints of Corvette #EDBF8B
RGB
CMYK
RGB Variations
Color information
#EDBF8B (or 0xEDBF8B) is known color: Corvette. HEX triplet: ED, BF and 8B. RGB value is (237,191,139). Sum of RGB (Red+Green+Blue) = 237+191+139=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF8B is #124074. Grayscale: #C7C7C7. Windows color (decimal): -1196149 or 9158637. OLE color: 9158637.
HSL color Cylindrical-coordinate representation of color #EDBF8B: hue angle of 31.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDBF8B is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 139 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.07 |
| HSL | 31.84º | 0.73% | 0.74% | - |
| HSV(B) | 31.84º | 0.41% | 0.93% | - |
| XYZ | 58.22 | 57.13 | 32.39 | - |
| YUV | 198.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 139 | 0 | 0.19 | 0.41 | 0.07 | 31.84 | 0.73 | 0.74 |
| Hex | ED | BF | 8B | 0 | 13 | 29 | 7 | 20 | 49 | 4A |
| Octal | 355 | 277 | 213 | 0 | 23 | 51 | 7 | 40 | 111 | 112 |
| Binary | 11101101 | 10111111 | 10001011 | 0 | 10011 | 101001 | 111 | 100000 | 1001001 | 1001010 |
Color Harmonies of #EDBF8B
Complementary color
Monochromatic Colors of #EDBF8B
Black with #EDBF8B
Text Example
Text Example
White with #EDBF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF8B; }
p { color: rgb(237,191,139); }
H1.HeaderClassName
{
color: #EDBF8B;
}
.AnyTagClassName
{
color: #EDBF8B;
}
</style>
background-color css
<style>
a { background-color: #EDBF8B; }
a { background-color: rgb(237,191,139); }
div.DivClassName
{
background-color: #EDBF8B;
}
.BgClassName
{
background-color: #EDBF8B;
}
</style>
border-color css
<style>
span { border-color: #EDBF8B; }
span { border-color: rgb(237,191,139); }
td.TdClassName
{
border-color: #EDBF8B;
}
.TagClassName
{
border-color: #EDBF8B;
}
</style>