Shades of Corvette #EDB380
Tints of Corvette #EDB380
RGB
CMYK
RGB Variations
Color information
#EDB380 (or 0xEDB380) is known color: Corvette. HEX triplet: ED, B3 and 80. RGB value is (237,179,128). Sum of RGB (Red+Green+Blue) = 237+179+128=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB380 is #124C7F. Grayscale: #BEBEBE. Windows color (decimal): -1199232 or 8434669. OLE color: 8434669.
HSL color Cylindrical-coordinate representation of color #EDB380: hue angle of 28.07º 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 #EDB380 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 128 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.07 |
| HSL | 28.07º | 0.75% | 0.72% | - |
| HSV(B) | 28.07º | 0.46% | 0.93% | - |
| XYZ | 54.94 | 51.8 | 27.53 | - |
| YUV | 190.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 128 | 0 | 0.24 | 0.46 | 0.07 | 28.07 | 0.75 | 0.72 |
| Hex | ED | B3 | 80 | 0 | 18 | 2E | 7 | 1C | 4B | 48 |
| Octal | 355 | 263 | 200 | 0 | 30 | 56 | 7 | 34 | 113 | 110 |
| Binary | 11101101 | 10110011 | 10000000 | 0 | 11000 | 101110 | 111 | 11100 | 1001011 | 1001000 |
Color Harmonies of #EDB380
Complementary color
Monochromatic Colors of #EDB380
Black with #EDB380
Text Example
Text Example
White with #EDB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB380; }
p { color: rgb(237,179,128); }
H1.HeaderClassName
{
color: #EDB380;
}
.AnyTagClassName
{
color: #EDB380;
}
</style>
background-color css
<style>
a { background-color: #EDB380; }
a { background-color: rgb(237,179,128); }
div.DivClassName
{
background-color: #EDB380;
}
.BgClassName
{
background-color: #EDB380;
}
</style>
border-color css
<style>
span { border-color: #EDB380; }
span { border-color: rgb(237,179,128); }
td.TdClassName
{
border-color: #EDB380;
}
.TagClassName
{
border-color: #EDB380;
}
</style>