Shades of Harvest Gold #EDB26A
Tints of Harvest Gold #EDB26A
RGB
CMYK
RGB Variations
Color information
#EDB26A (or 0xEDB26A) is known color: Harvest Gold. HEX triplet: ED, B2 and 6A. RGB value is (237,178,106). Sum of RGB (Red+Green+Blue) = 237+178+106=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB26A is #124D95. Grayscale: #BBBBBB. Windows color (decimal): -1199510 or 6992621. OLE color: 6992621.
HSL color Cylindrical-coordinate representation of color #EDB26A: hue angle of 32.98º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDB26A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 106 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 32.98º | 0.78% | 0.67% | - |
| HSV(B) | 32.98º | 0.55% | 0.93% | - |
| XYZ | 53.45 | 50.89 | 20.64 | - |
| YUV | 187.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 106 | 0 | 0.25 | 0.55 | 0.07 | 32.98 | 0.78 | 0.67 |
| Hex | ED | B2 | 6A | 0 | 19 | 37 | 7 | 21 | 4E | 43 |
| Octal | 355 | 262 | 152 | 0 | 31 | 67 | 7 | 41 | 116 | 103 |
| Binary | 11101101 | 10110010 | 1101010 | 0 | 11001 | 110111 | 111 | 100001 | 1001110 | 1000011 |
Color Harmonies of #EDB26A
Complementary color
Monochromatic Colors of #EDB26A
Black with #EDB26A
Text Example
Text Example
White with #EDB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB26A; }
p { color: rgb(237,178,106); }
H1.HeaderClassName
{
color: #EDB26A;
}
.AnyTagClassName
{
color: #EDB26A;
}
</style>
background-color css
<style>
a { background-color: #EDB26A; }
a { background-color: rgb(237,178,106); }
div.DivClassName
{
background-color: #EDB26A;
}
.BgClassName
{
background-color: #EDB26A;
}
</style>
border-color css
<style>
span { border-color: #EDB26A; }
span { border-color: rgb(237,178,106); }
td.TdClassName
{
border-color: #EDB26A;
}
.TagClassName
{
border-color: #EDB26A;
}
</style>