Shades of Corvette #EDB98B
Tints of Corvette #EDB98B
RGB
CMYK
RGB Variations
Color information
#EDB98B (or 0xEDB98B) is known color: Corvette. HEX triplet: ED, B9 and 8B. RGB value is (237,185,139). Sum of RGB (Red+Green+Blue) = 237+185+139=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98B is #124674. Grayscale: #C3C3C3. Windows color (decimal): -1197685 or 9157101. OLE color: 9157101.
HSL color Cylindrical-coordinate representation of color #EDB98B: hue angle of 28.16º 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 #EDB98B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 139 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.07 |
| HSL | 28.16º | 0.73% | 0.74% | - |
| HSV(B) | 28.16º | 0.41% | 0.93% | - |
| XYZ | 56.93 | 54.57 | 31.96 | - |
| YUV | 195.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 139 | 0 | 0.22 | 0.41 | 0.07 | 28.16 | 0.73 | 0.74 |
| Hex | ED | B9 | 8B | 0 | 16 | 29 | 7 | 1C | 49 | 4A |
| Octal | 355 | 271 | 213 | 0 | 26 | 51 | 7 | 34 | 111 | 112 |
| Binary | 11101101 | 10111001 | 10001011 | 0 | 10110 | 101001 | 111 | 11100 | 1001001 | 1001010 |
Color Harmonies of #EDB98B
Complementary color
Monochromatic Colors of #EDB98B
Black with #EDB98B
Text Example
Text Example
White with #EDB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB98B; }
p { color: rgb(237,185,139); }
H1.HeaderClassName
{
color: #EDB98B;
}
.AnyTagClassName
{
color: #EDB98B;
}
</style>
background-color css
<style>
a { background-color: #EDB98B; }
a { background-color: rgb(237,185,139); }
div.DivClassName
{
background-color: #EDB98B;
}
.BgClassName
{
background-color: #EDB98B;
}
</style>
border-color css
<style>
span { border-color: #EDB98B; }
span { border-color: rgb(237,185,139); }
td.TdClassName
{
border-color: #EDB98B;
}
.TagClassName
{
border-color: #EDB98B;
}
</style>