Shades of Harvest Gold #EDB067
Tints of Harvest Gold #EDB067
RGB
CMYK
RGB Variations
Color information
#EDB067 (or 0xEDB067) is known color: Harvest Gold. HEX triplet: ED, B0 and 67. RGB value is (237,176,103). Sum of RGB (Red+Green+Blue) = 237+176+103=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB067 is #124F98. Grayscale: #BABABA. Windows color (decimal): -1200025 or 6795501. OLE color: 6795501.
HSL color Cylindrical-coordinate representation of color #EDB067: hue angle of 32.69º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB067 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 103 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.07 |
| HSL | 32.69º | 0.79% | 0.67% | - |
| HSV(B) | 32.69º | 0.57% | 0.93% | - |
| XYZ | 52.9 | 50.03 | 19.7 | - |
| YUV | 185.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 103 | 0 | 0.26 | 0.57 | 0.07 | 32.69 | 0.79 | 0.67 |
| Hex | ED | B0 | 67 | 0 | 1A | 39 | 7 | 21 | 4F | 43 |
| Octal | 355 | 260 | 147 | 0 | 32 | 71 | 7 | 41 | 117 | 103 |
| Binary | 11101101 | 10110000 | 1100111 | 0 | 11010 | 111001 | 111 | 100001 | 1001111 | 1000011 |
Color Harmonies of #EDB067
Complementary color
Monochromatic Colors of #EDB067
Black with #EDB067
Text Example
Text Example
White with #EDB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB067; }
p { color: rgb(237,176,103); }
H1.HeaderClassName
{
color: #EDB067;
}
.AnyTagClassName
{
color: #EDB067;
}
</style>
background-color css
<style>
a { background-color: #EDB067; }
a { background-color: rgb(237,176,103); }
div.DivClassName
{
background-color: #EDB067;
}
.BgClassName
{
background-color: #EDB067;
}
</style>
border-color css
<style>
span { border-color: #EDB067; }
span { border-color: rgb(237,176,103); }
td.TdClassName
{
border-color: #EDB067;
}
.TagClassName
{
border-color: #EDB067;
}
</style>