Shades of Harvest Gold #EDB465
Tints of Harvest Gold #EDB465
RGB
CMYK
RGB Variations
Color information
#EDB465 (or 0xEDB465) is known color: Harvest Gold. HEX triplet: ED, B4 and 65. RGB value is (237,180,101). Sum of RGB (Red+Green+Blue) = 237+180+101=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB465 is #124B9A. Grayscale: #BCBCBC. Windows color (decimal): -1199003 or 6665453. OLE color: 6665453.
HSL color Cylindrical-coordinate representation of color #EDB465: hue angle of 34.85º 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 #EDB465 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 101 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.07 |
| HSL | 34.85º | 0.79% | 0.66% | - |
| HSV(B) | 34.85º | 0.57% | 0.93% | - |
| XYZ | 53.6 | 51.59 | 19.44 | - |
| YUV | 188.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 101 | 0 | 0.24 | 0.57 | 0.07 | 34.85 | 0.79 | 0.66 |
| Hex | ED | B4 | 65 | 0 | 18 | 39 | 7 | 23 | 4F | 42 |
| Octal | 355 | 264 | 145 | 0 | 30 | 71 | 7 | 43 | 117 | 102 |
| Binary | 11101101 | 10110100 | 1100101 | 0 | 11000 | 111001 | 111 | 100011 | 1001111 | 1000010 |
Color Harmonies of #EDB465
Complementary color
Monochromatic Colors of #EDB465
Black with #EDB465
Text Example
Text Example
White with #EDB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB465; }
p { color: rgb(237,180,101); }
H1.HeaderClassName
{
color: #EDB465;
}
.AnyTagClassName
{
color: #EDB465;
}
</style>
background-color css
<style>
a { background-color: #EDB465; }
a { background-color: rgb(237,180,101); }
div.DivClassName
{
background-color: #EDB465;
}
.BgClassName
{
background-color: #EDB465;
}
</style>
border-color css
<style>
span { border-color: #EDB465; }
span { border-color: rgb(237,180,101); }
td.TdClassName
{
border-color: #EDB465;
}
.TagClassName
{
border-color: #EDB465;
}
</style>