Shades of Harvest Gold #EDB272
Tints of Harvest Gold #EDB272
RGB
CMYK
RGB Variations
Color information
#EDB272 (or 0xEDB272) is known color: Harvest Gold. HEX triplet: ED, B2 and 72. RGB value is (237,178,114). Sum of RGB (Red+Green+Blue) = 237+178+114=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB272 is #124D8D. Grayscale: #BCBCBC. Windows color (decimal): -1199502 or 7516909. OLE color: 7516909.
HSL color Cylindrical-coordinate representation of color #EDB272: hue angle of 31.22º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDB272 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 114 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.07 |
| HSL | 31.22º | 0.77% | 0.69% | - |
| HSV(B) | 31.22º | 0.52% | 0.93% | - |
| XYZ | 53.88 | 51.06 | 22.94 | - |
| YUV | 188.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 114 | 0 | 0.25 | 0.52 | 0.07 | 31.22 | 0.77 | 0.69 |
| Hex | ED | B2 | 72 | 0 | 19 | 34 | 7 | 1F | 4D | 45 |
| Octal | 355 | 262 | 162 | 0 | 31 | 64 | 7 | 37 | 115 | 105 |
| Binary | 11101101 | 10110010 | 1110010 | 0 | 11001 | 110100 | 111 | 11111 | 1001101 | 1000101 |
Color Harmonies of #EDB272
Complementary color
Monochromatic Colors of #EDB272
Black with #EDB272
Text Example
Text Example
White with #EDB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB272; }
p { color: rgb(237,178,114); }
H1.HeaderClassName
{
color: #EDB272;
}
.AnyTagClassName
{
color: #EDB272;
}
</style>
background-color css
<style>
a { background-color: #EDB272; }
a { background-color: rgb(237,178,114); }
div.DivClassName
{
background-color: #EDB272;
}
.BgClassName
{
background-color: #EDB272;
}
</style>
border-color css
<style>
span { border-color: #EDB272; }
span { border-color: rgb(237,178,114); }
td.TdClassName
{
border-color: #EDB272;
}
.TagClassName
{
border-color: #EDB272;
}
</style>