Shades of Harvest Gold #EDB16A
Tints of Harvest Gold #EDB16A
RGB
CMYK
RGB Variations
Color information
#EDB16A (or 0xEDB16A) is known color: Harvest Gold. HEX triplet: ED, B1 and 6A. RGB value is (237,177,106). Sum of RGB (Red+Green+Blue) = 237+177+106=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16A is #124E95. Grayscale: #BBBBBB. Windows color (decimal): -1199766 or 6992365. OLE color: 6992365.
HSL color Cylindrical-coordinate representation of color #EDB16A: hue angle of 32.52º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDB16A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 106 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 32.52º | 0.78% | 0.67% | - |
| HSV(B) | 32.52º | 0.55% | 0.93% | - |
| XYZ | 53.25 | 50.49 | 20.57 | - |
| YUV | 186.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 106 | 0 | 0.25 | 0.55 | 0.07 | 32.52 | 0.78 | 0.67 |
| Hex | ED | B1 | 6A | 0 | 19 | 37 | 7 | 21 | 4E | 43 |
| Octal | 355 | 261 | 152 | 0 | 31 | 67 | 7 | 41 | 116 | 103 |
| Binary | 11101101 | 10110001 | 1101010 | 0 | 11001 | 110111 | 111 | 100001 | 1001110 | 1000011 |
Color Harmonies of #EDB16A
Complementary color
Monochromatic Colors of #EDB16A
Black with #EDB16A
Text Example
Text Example
White with #EDB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB16A; }
p { color: rgb(237,177,106); }
H1.HeaderClassName
{
color: #EDB16A;
}
.AnyTagClassName
{
color: #EDB16A;
}
</style>
background-color css
<style>
a { background-color: #EDB16A; }
a { background-color: rgb(237,177,106); }
div.DivClassName
{
background-color: #EDB16A;
}
.BgClassName
{
background-color: #EDB16A;
}
</style>
border-color css
<style>
span { border-color: #EDB16A; }
span { border-color: rgb(237,177,106); }
td.TdClassName
{
border-color: #EDB16A;
}
.TagClassName
{
border-color: #EDB16A;
}
</style>