Shades of Corvette #EDB388
Tints of Corvette #EDB388
RGB
CMYK
RGB Variations
Color information
#EDB388 (or 0xEDB388) is known color: Corvette. HEX triplet: ED, B3 and 88. RGB value is (237,179,136). Sum of RGB (Red+Green+Blue) = 237+179+136=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB388 is #124C77. Grayscale: #BFBFBF. Windows color (decimal): -1199224 or 8958957. OLE color: 8958957.
HSL color Cylindrical-coordinate representation of color #EDB388: hue angle of 25.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDB388 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 136 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.07 |
| HSL | 25.54º | 0.74% | 0.73% | - |
| HSV(B) | 25.54º | 0.43% | 0.93% | - |
| XYZ | 55.49 | 52.02 | 30.41 | - |
| YUV | 191.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 136 | 0 | 0.24 | 0.43 | 0.07 | 25.54 | 0.74 | 0.73 |
| Hex | ED | B3 | 88 | 0 | 18 | 2B | 7 | 1A | 4A | 49 |
| Octal | 355 | 263 | 210 | 0 | 30 | 53 | 7 | 32 | 112 | 111 |
| Binary | 11101101 | 10110011 | 10001000 | 0 | 11000 | 101011 | 111 | 11010 | 1001010 | 1001001 |
Color Harmonies of #EDB388
Complementary color
Monochromatic Colors of #EDB388
Black with #EDB388
Text Example
Text Example
White with #EDB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB388; }
p { color: rgb(237,179,136); }
H1.HeaderClassName
{
color: #EDB388;
}
.AnyTagClassName
{
color: #EDB388;
}
</style>
background-color css
<style>
a { background-color: #EDB388; }
a { background-color: rgb(237,179,136); }
div.DivClassName
{
background-color: #EDB388;
}
.BgClassName
{
background-color: #EDB388;
}
</style>
border-color css
<style>
span { border-color: #EDB388; }
span { border-color: rgb(237,179,136); }
td.TdClassName
{
border-color: #EDB388;
}
.TagClassName
{
border-color: #EDB388;
}
</style>