Shades of Corvette #EDB77C
Tints of Corvette #EDB77C
RGB
CMYK
RGB Variations
Color information
#EDB77C (or 0xEDB77C) is known color: Corvette. HEX triplet: ED, B7 and 7C. RGB value is (237,183,124). Sum of RGB (Red+Green+Blue) = 237+183+124=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77C is #124883. Grayscale: #C0C0C0. Windows color (decimal): -1198212 or 8173549. OLE color: 8173549.
HSL color Cylindrical-coordinate representation of color #EDB77C: hue angle of 31.33º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB77C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 124 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.07 |
| HSL | 31.33º | 0.76% | 0.71% | - |
| HSV(B) | 31.33º | 0.48% | 0.93% | - |
| XYZ | 55.5 | 53.33 | 26.44 | - |
| YUV | 192.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 124 | 0 | 0.23 | 0.48 | 0.07 | 31.33 | 0.76 | 0.71 |
| Hex | ED | B7 | 7C | 0 | 17 | 30 | 7 | 1F | 4C | 47 |
| Octal | 355 | 267 | 174 | 0 | 27 | 60 | 7 | 37 | 114 | 107 |
| Binary | 11101101 | 10110111 | 1111100 | 0 | 10111 | 110000 | 111 | 11111 | 1001100 | 1000111 |
Color Harmonies of #EDB77C
Complementary color
Monochromatic Colors of #EDB77C
Black with #EDB77C
Text Example
Text Example
White with #EDB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB77C; }
p { color: rgb(237,183,124); }
H1.HeaderClassName
{
color: #EDB77C;
}
.AnyTagClassName
{
color: #EDB77C;
}
</style>
background-color css
<style>
a { background-color: #EDB77C; }
a { background-color: rgb(237,183,124); }
div.DivClassName
{
background-color: #EDB77C;
}
.BgClassName
{
background-color: #EDB77C;
}
</style>
border-color css
<style>
span { border-color: #EDB77C; }
span { border-color: rgb(237,183,124); }
td.TdClassName
{
border-color: #EDB77C;
}
.TagClassName
{
border-color: #EDB77C;
}
</style>