Shades of Corvette #EDB881
Tints of Corvette #EDB881
RGB
CMYK
RGB Variations
Color information
#EDB881 (or 0xEDB881) is known color: Corvette. HEX triplet: ED, B8 and 81. RGB value is (237,184,129). Sum of RGB (Red+Green+Blue) = 237+184+129=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB881 is #12477E. Grayscale: #C1C1C1. Windows color (decimal): -1197951 or 8501485. OLE color: 8501485.
HSL color Cylindrical-coordinate representation of color #EDB881: hue angle of 30.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB881 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 129 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.07 |
| HSL | 30.56º | 0.75% | 0.72% | - |
| HSV(B) | 30.56º | 0.46% | 0.93% | - |
| XYZ | 56.03 | 53.87 | 28.21 | - |
| YUV | 193.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 129 | 0 | 0.22 | 0.46 | 0.07 | 30.56 | 0.75 | 0.72 |
| Hex | ED | B8 | 81 | 0 | 16 | 2E | 7 | 1F | 4B | 48 |
| Octal | 355 | 270 | 201 | 0 | 26 | 56 | 7 | 37 | 113 | 110 |
| Binary | 11101101 | 10111000 | 10000001 | 0 | 10110 | 101110 | 111 | 11111 | 1001011 | 1001000 |
Color Harmonies of #EDB881
Complementary color
Monochromatic Colors of #EDB881
Black with #EDB881
Text Example
Text Example
White with #EDB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB881; }
p { color: rgb(237,184,129); }
H1.HeaderClassName
{
color: #EDB881;
}
.AnyTagClassName
{
color: #EDB881;
}
</style>
background-color css
<style>
a { background-color: #EDB881; }
a { background-color: rgb(237,184,129); }
div.DivClassName
{
background-color: #EDB881;
}
.BgClassName
{
background-color: #EDB881;
}
</style>
border-color css
<style>
span { border-color: #EDB881; }
span { border-color: rgb(237,184,129); }
td.TdClassName
{
border-color: #EDB881;
}
.TagClassName
{
border-color: #EDB881;
}
</style>