Shades of Harvest Gold #EDB265
Tints of Harvest Gold #EDB265
RGB
CMYK
RGB Variations
Color information
#EDB265 (or 0xEDB265) is known color: Harvest Gold. HEX triplet: ED, B2 and 65. RGB value is (237,178,101). Sum of RGB (Red+Green+Blue) = 237+178+101=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB265 is #124D9A. Grayscale: #BBBBBB. Windows color (decimal): -1199515 or 6664941. OLE color: 6664941.
HSL color Cylindrical-coordinate representation of color #EDB265: hue angle of 33.97º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB265 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 101 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.07 |
| HSL | 33.97º | 0.79% | 0.66% | - |
| HSV(B) | 33.97º | 0.57% | 0.93% | - |
| XYZ | 53.19 | 50.78 | 19.31 | - |
| YUV | 186.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 101 | 0 | 0.25 | 0.57 | 0.07 | 33.97 | 0.79 | 0.66 |
| Hex | ED | B2 | 65 | 0 | 19 | 39 | 7 | 22 | 4F | 42 |
| Octal | 355 | 262 | 145 | 0 | 31 | 71 | 7 | 42 | 117 | 102 |
| Binary | 11101101 | 10110010 | 1100101 | 0 | 11001 | 111001 | 111 | 100010 | 1001111 | 1000010 |
Color Harmonies of #EDB265
Complementary color
Monochromatic Colors of #EDB265
Black with #EDB265
Text Example
Text Example
White with #EDB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB265; }
p { color: rgb(237,178,101); }
H1.HeaderClassName
{
color: #EDB265;
}
.AnyTagClassName
{
color: #EDB265;
}
</style>
background-color css
<style>
a { background-color: #EDB265; }
a { background-color: rgb(237,178,101); }
div.DivClassName
{
background-color: #EDB265;
}
.BgClassName
{
background-color: #EDB265;
}
</style>
border-color css
<style>
span { border-color: #EDB265; }
span { border-color: rgb(237,178,101); }
td.TdClassName
{
border-color: #EDB265;
}
.TagClassName
{
border-color: #EDB265;
}
</style>