Shades of Corvette #EDB878
Tints of Corvette #EDB878
RGB
CMYK
RGB Variations
Color information
#EDB878 (or 0xEDB878) is known color: Corvette. HEX triplet: ED, B8 and 78. RGB value is (237,184,120). Sum of RGB (Red+Green+Blue) = 237+184+120=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB878 is #124787. Grayscale: #C0C0C0. Windows color (decimal): -1197960 or 7911661. OLE color: 7911661.
HSL color Cylindrical-coordinate representation of color #EDB878: hue angle of 32.82º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB878 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 120 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.07 |
| HSL | 32.82º | 0.76% | 0.7% | - |
| HSV(B) | 32.82º | 0.49% | 0.93% | - |
| XYZ | 55.46 | 53.64 | 25.2 | - |
| YUV | 192.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 120 | 0 | 0.22 | 0.49 | 0.07 | 32.82 | 0.76 | 0.7 |
| Hex | ED | B8 | 78 | 0 | 16 | 31 | 7 | 21 | 4C | 46 |
| Octal | 355 | 270 | 170 | 0 | 26 | 61 | 7 | 41 | 114 | 106 |
| Binary | 11101101 | 10111000 | 1111000 | 0 | 10110 | 110001 | 111 | 100001 | 1001100 | 1000110 |
Color Harmonies of #EDB878
Complementary color
Monochromatic Colors of #EDB878
Black with #EDB878
Text Example
Text Example
White with #EDB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB878; }
p { color: rgb(237,184,120); }
H1.HeaderClassName
{
color: #EDB878;
}
.AnyTagClassName
{
color: #EDB878;
}
</style>
background-color css
<style>
a { background-color: #EDB878; }
a { background-color: rgb(237,184,120); }
div.DivClassName
{
background-color: #EDB878;
}
.BgClassName
{
background-color: #EDB878;
}
</style>
border-color css
<style>
span { border-color: #EDB878; }
span { border-color: rgb(237,184,120); }
td.TdClassName
{
border-color: #EDB878;
}
.TagClassName
{
border-color: #EDB878;
}
</style>