Shades of Harvest Gold #EDB263
Tints of Harvest Gold #EDB263
RGB
CMYK
RGB Variations
Color information
#EDB263 (or 0xEDB263) is known color: Harvest Gold. HEX triplet: ED, B2 and 63. RGB value is (237,178,99). Sum of RGB (Red+Green+Blue) = 237+178+99=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB263 is #124D9C. Grayscale: #BBBBBB. Windows color (decimal): -1199517 or 6533869. OLE color: 6533869.
HSL color Cylindrical-coordinate representation of color #EDB263: hue angle of 34.35º 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 #EDB263 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 99 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.07 |
| HSL | 34.35º | 0.79% | 0.66% | - |
| HSV(B) | 34.35º | 0.58% | 0.93% | - |
| XYZ | 53.1 | 50.75 | 18.8 | - |
| YUV | 186.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 99 | 0 | 0.25 | 0.58 | 0.07 | 34.35 | 0.79 | 0.66 |
| Hex | ED | B2 | 63 | 0 | 19 | 3A | 7 | 22 | 4F | 42 |
| Octal | 355 | 262 | 143 | 0 | 31 | 72 | 7 | 42 | 117 | 102 |
| Binary | 11101101 | 10110010 | 1100011 | 0 | 11001 | 111010 | 111 | 100010 | 1001111 | 1000010 |
Color Harmonies of #EDB263
Complementary color
Monochromatic Colors of #EDB263
Black with #EDB263
Text Example
Text Example
White with #EDB263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB263; }
p { color: rgb(237,178,99); }
H1.HeaderClassName
{
color: #EDB263;
}
.AnyTagClassName
{
color: #EDB263;
}
</style>
background-color css
<style>
a { background-color: #EDB263; }
a { background-color: rgb(237,178,99); }
div.DivClassName
{
background-color: #EDB263;
}
.BgClassName
{
background-color: #EDB263;
}
</style>
border-color css
<style>
span { border-color: #EDB263; }
span { border-color: rgb(237,178,99); }
td.TdClassName
{
border-color: #EDB263;
}
.TagClassName
{
border-color: #EDB263;
}
</style>