Shades of Corvette #EDB97B
Tints of Corvette #EDB97B
RGB
CMYK
RGB Variations
Color information
#EDB97B (or 0xEDB97B) is known color: Corvette. HEX triplet: ED, B9 and 7B. RGB value is (237,185,123). Sum of RGB (Red+Green+Blue) = 237+185+123=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97B is #124684. Grayscale: #C1C1C1. Windows color (decimal): -1197701 or 8108525. OLE color: 8108525.
HSL color Cylindrical-coordinate representation of color #EDB97B: hue angle of 32.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB97B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 123 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.07 |
| HSL | 32.63º | 0.76% | 0.71% | - |
| HSV(B) | 32.63º | 0.48% | 0.93% | - |
| XYZ | 55.85 | 54.13 | 26.24 | - |
| YUV | 193.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 123 | 0 | 0.22 | 0.48 | 0.07 | 32.63 | 0.76 | 0.71 |
| Hex | ED | B9 | 7B | 0 | 16 | 30 | 7 | 21 | 4C | 47 |
| Octal | 355 | 271 | 173 | 0 | 26 | 60 | 7 | 41 | 114 | 107 |
| Binary | 11101101 | 10111001 | 1111011 | 0 | 10110 | 110000 | 111 | 100001 | 1001100 | 1000111 |
Color Harmonies of #EDB97B
Complementary color
Monochromatic Colors of #EDB97B
Black with #EDB97B
Text Example
Text Example
White with #EDB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB97B; }
p { color: rgb(237,185,123); }
H1.HeaderClassName
{
color: #EDB97B;
}
.AnyTagClassName
{
color: #EDB97B;
}
</style>
background-color css
<style>
a { background-color: #EDB97B; }
a { background-color: rgb(237,185,123); }
div.DivClassName
{
background-color: #EDB97B;
}
.BgClassName
{
background-color: #EDB97B;
}
</style>
border-color css
<style>
span { border-color: #EDB97B; }
span { border-color: rgb(237,185,123); }
td.TdClassName
{
border-color: #EDB97B;
}
.TagClassName
{
border-color: #EDB97B;
}
</style>