Shades of Harvest Gold #EFB26C
Tints of Harvest Gold #EFB26C
RGB
CMYK
RGB Variations
Color information
#EFB26C (or 0xEFB26C) is known color: Harvest Gold. HEX triplet: EF, B2 and 6C. RGB value is (239,178,108). Sum of RGB (Red+Green+Blue) = 239+178+108=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB26C is #104D93. Grayscale: #BCBCBC. Windows color (decimal): -1068436 or 7123695. OLE color: 7123695.
HSL color Cylindrical-coordinate representation of color #EFB26C: hue angle of 32.06º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFB26C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 108 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.06 |
| HSL | 32.06º | 0.8% | 0.68% | - |
| HSV(B) | 32.06º | 0.55% | 0.94% | - |
| XYZ | 54.22 | 51.27 | 21.23 | - |
| YUV | 188.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 108 | 0 | 0.26 | 0.55 | 0.06 | 32.06 | 0.8 | 0.68 |
| Hex | EF | B2 | 6C | 0 | 1A | 37 | 6 | 20 | 50 | 44 |
| Octal | 357 | 262 | 154 | 0 | 32 | 67 | 6 | 40 | 120 | 104 |
| Binary | 11101111 | 10110010 | 1101100 | 0 | 11010 | 110111 | 110 | 100000 | 1010000 | 1000100 |
Color Harmonies of #EFB26C
Complementary color
Monochromatic Colors of #EFB26C
Black with #EFB26C
Text Example
Text Example
White with #EFB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB26C; }
p { color: rgb(239,178,108); }
H1.HeaderClassName
{
color: #EFB26C;
}
.AnyTagClassName
{
color: #EFB26C;
}
</style>
background-color css
<style>
a { background-color: #EFB26C; }
a { background-color: rgb(239,178,108); }
div.DivClassName
{
background-color: #EFB26C;
}
.BgClassName
{
background-color: #EFB26C;
}
</style>
border-color css
<style>
span { border-color: #EFB26C; }
span { border-color: rgb(239,178,108); }
td.TdClassName
{
border-color: #EFB26C;
}
.TagClassName
{
border-color: #EFB26C;
}
</style>