Shades of Harvest Gold #EDB163
Tints of Harvest Gold #EDB163
RGB
CMYK
RGB Variations
Color information
#EDB163 (or 0xEDB163) is known color: Harvest Gold. HEX triplet: ED, B1 and 63. RGB value is (237,177,99). Sum of RGB (Red+Green+Blue) = 237+177+99=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB163 is #124E9C. Grayscale: #BABABA. Windows color (decimal): -1199773 or 6533613. OLE color: 6533613.
HSL color Cylindrical-coordinate representation of color #EDB163: hue angle of 33.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDB163 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 33.91º | 0.79% | 0.66% | - |
| HSV(B) | 33.91º | 0.58% | 0.93% | - |
| XYZ | 52.9 | 50.35 | 18.73 | - |
| YUV | 186.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 99 | 0 | 0.25 | 0.58 | 0.07 | 33.91 | 0.79 | 0.66 |
| Hex | ED | B1 | 63 | 0 | 19 | 3A | 7 | 22 | 4F | 42 |
| Octal | 355 | 261 | 143 | 0 | 31 | 72 | 7 | 42 | 117 | 102 |
| Binary | 11101101 | 10110001 | 1100011 | 0 | 11001 | 111010 | 111 | 100010 | 1001111 | 1000010 |
Color Harmonies of #EDB163
Complementary color
Monochromatic Colors of #EDB163
Black with #EDB163
Text Example
Text Example
White with #EDB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB163; }
p { color: rgb(237,177,99); }
H1.HeaderClassName
{
color: #EDB163;
}
.AnyTagClassName
{
color: #EDB163;
}
</style>
background-color css
<style>
a { background-color: #EDB163; }
a { background-color: rgb(237,177,99); }
div.DivClassName
{
background-color: #EDB163;
}
.BgClassName
{
background-color: #EDB163;
}
</style>
border-color css
<style>
span { border-color: #EDB163; }
span { border-color: rgb(237,177,99); }
td.TdClassName
{
border-color: #EDB163;
}
.TagClassName
{
border-color: #EDB163;
}
</style>