Shades of Harvest Gold #EDB26B
Tints of Harvest Gold #EDB26B
RGB
CMYK
RGB Variations
Color information
#EDB26B (or 0xEDB26B) is known color: Harvest Gold. HEX triplet: ED, B2 and 6B. RGB value is (237,178,107). Sum of RGB (Red+Green+Blue) = 237+178+107=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB26B is #124D94. Grayscale: #BBBBBB. Windows color (decimal): -1199509 or 7058157. OLE color: 7058157.
HSL color Cylindrical-coordinate representation of color #EDB26B: hue angle of 32.77º 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 #EDB26B is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 107 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.07 |
| HSL | 32.77º | 0.78% | 0.67% | - |
| HSV(B) | 32.77º | 0.55% | 0.93% | - |
| XYZ | 53.5 | 50.91 | 20.92 | - |
| YUV | 187.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 107 | 0 | 0.25 | 0.55 | 0.07 | 32.77 | 0.78 | 0.67 |
| Hex | ED | B2 | 6B | 0 | 19 | 37 | 7 | 21 | 4E | 43 |
| Octal | 355 | 262 | 153 | 0 | 31 | 67 | 7 | 41 | 116 | 103 |
| Binary | 11101101 | 10110010 | 1101011 | 0 | 11001 | 110111 | 111 | 100001 | 1001110 | 1000011 |
Color Harmonies of #EDB26B
Complementary color
Monochromatic Colors of #EDB26B
Black with #EDB26B
Text Example
Text Example
White with #EDB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB26B; }
p { color: rgb(237,178,107); }
H1.HeaderClassName
{
color: #EDB26B;
}
.AnyTagClassName
{
color: #EDB26B;
}
</style>
background-color css
<style>
a { background-color: #EDB26B; }
a { background-color: rgb(237,178,107); }
div.DivClassName
{
background-color: #EDB26B;
}
.BgClassName
{
background-color: #EDB26B;
}
</style>
border-color css
<style>
span { border-color: #EDB26B; }
span { border-color: rgb(237,178,107); }
td.TdClassName
{
border-color: #EDB26B;
}
.TagClassName
{
border-color: #EDB26B;
}
</style>