Shades of Corvette #EDB77B
Tints of Corvette #EDB77B
RGB
CMYK
RGB Variations
Color information
#EDB77B (or 0xEDB77B) is known color: Corvette. HEX triplet: ED, B7 and 7B. RGB value is (237,183,123). Sum of RGB (Red+Green+Blue) = 237+183+123=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB77B is #124884. Grayscale: #C0C0C0. Windows color (decimal): -1198213 or 8108013. OLE color: 8108013.
HSL color Cylindrical-coordinate representation of color #EDB77B: hue angle of 31.58º 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 #EDB77B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 123 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.07 |
| HSL | 31.58º | 0.76% | 0.71% | - |
| HSV(B) | 31.58º | 0.48% | 0.93% | - |
| XYZ | 55.43 | 53.3 | 26.11 | - |
| YUV | 192.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 123 | 0 | 0.23 | 0.48 | 0.07 | 31.58 | 0.76 | 0.71 |
| Hex | ED | B7 | 7B | 0 | 17 | 30 | 7 | 20 | 4C | 47 |
| Octal | 355 | 267 | 173 | 0 | 27 | 60 | 7 | 40 | 114 | 107 |
| Binary | 11101101 | 10110111 | 1111011 | 0 | 10111 | 110000 | 111 | 100000 | 1001100 | 1000111 |
Color Harmonies of #EDB77B
Complementary color
Monochromatic Colors of #EDB77B
Black with #EDB77B
Text Example
Text Example
White with #EDB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB77B; }
p { color: rgb(237,183,123); }
H1.HeaderClassName
{
color: #EDB77B;
}
.AnyTagClassName
{
color: #EDB77B;
}
</style>
background-color css
<style>
a { background-color: #EDB77B; }
a { background-color: rgb(237,183,123); }
div.DivClassName
{
background-color: #EDB77B;
}
.BgClassName
{
background-color: #EDB77B;
}
</style>
border-color css
<style>
span { border-color: #EDB77B; }
span { border-color: rgb(237,183,123); }
td.TdClassName
{
border-color: #EDB77B;
}
.TagClassName
{
border-color: #EDB77B;
}
</style>