Shades of Corvette #EDBF89
Tints of Corvette #EDBF89
RGB
CMYK
RGB Variations
Color information
#EDBF89 (or 0xEDBF89) is known color: Corvette. HEX triplet: ED, BF and 89. RGB value is (237,191,137). Sum of RGB (Red+Green+Blue) = 237+191+137=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF89 is #124076. Grayscale: #C6C6C6. Windows color (decimal): -1196151 or 9027565. OLE color: 9027565.
HSL color Cylindrical-coordinate representation of color #EDBF89: hue angle of 32.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 #EDBF89 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 137 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.07 |
| HSL | 32.4º | 0.74% | 0.73% | - |
| HSV(B) | 32.4º | 0.42% | 0.93% | - |
| XYZ | 58.07 | 57.07 | 31.62 | - |
| YUV | 198.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 137 | 0 | 0.19 | 0.42 | 0.07 | 32.4 | 0.74 | 0.73 |
| Hex | ED | BF | 89 | 0 | 13 | 2A | 7 | 20 | 4A | 49 |
| Octal | 355 | 277 | 211 | 0 | 23 | 52 | 7 | 40 | 112 | 111 |
| Binary | 11101101 | 10111111 | 10001001 | 0 | 10011 | 101010 | 111 | 100000 | 1001010 | 1001001 |
Color Harmonies of #EDBF89
Complementary color
Monochromatic Colors of #EDBF89
Black with #EDBF89
Text Example
Text Example
White with #EDBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF89; }
p { color: rgb(237,191,137); }
H1.HeaderClassName
{
color: #EDBF89;
}
.AnyTagClassName
{
color: #EDBF89;
}
</style>
background-color css
<style>
a { background-color: #EDBF89; }
a { background-color: rgb(237,191,137); }
div.DivClassName
{
background-color: #EDBF89;
}
.BgClassName
{
background-color: #EDBF89;
}
</style>
border-color css
<style>
span { border-color: #EDBF89; }
span { border-color: rgb(237,191,137); }
td.TdClassName
{
border-color: #EDBF89;
}
.TagClassName
{
border-color: #EDBF89;
}
</style>