Shades of Harvest Gold #EFB56B
Tints of Harvest Gold #EFB56B
RGB
CMYK
RGB Variations
Color information
#EFB56B (or 0xEFB56B) is known color: Harvest Gold. HEX triplet: EF, B5 and 6B. RGB value is (239,181,107). Sum of RGB (Red+Green+Blue) = 239+181+107=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB56B is #104A94. Grayscale: #BEBEBE. Windows color (decimal): -1067669 or 7058927. OLE color: 7058927.
HSL color Cylindrical-coordinate representation of color #EFB56B: hue angle of 33.64º 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 #EFB56B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 107 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.06 |
| HSL | 33.64º | 0.8% | 0.68% | - |
| HSV(B) | 33.64º | 0.55% | 0.94% | - |
| XYZ | 54.77 | 52.46 | 21.15 | - |
| YUV | 189.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 107 | 0 | 0.24 | 0.55 | 0.06 | 33.64 | 0.8 | 0.68 |
| Hex | EF | B5 | 6B | 0 | 18 | 37 | 6 | 22 | 50 | 44 |
| Octal | 357 | 265 | 153 | 0 | 30 | 67 | 6 | 42 | 120 | 104 |
| Binary | 11101111 | 10110101 | 1101011 | 0 | 11000 | 110111 | 110 | 100010 | 1010000 | 1000100 |
Color Harmonies of #EFB56B
Complementary color
Monochromatic Colors of #EFB56B
Black with #EFB56B
Text Example
Text Example
White with #EFB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB56B; }
p { color: rgb(239,181,107); }
H1.HeaderClassName
{
color: #EFB56B;
}
.AnyTagClassName
{
color: #EFB56B;
}
</style>
background-color css
<style>
a { background-color: #EFB56B; }
a { background-color: rgb(239,181,107); }
div.DivClassName
{
background-color: #EFB56B;
}
.BgClassName
{
background-color: #EFB56B;
}
</style>
border-color css
<style>
span { border-color: #EFB56B; }
span { border-color: rgb(239,181,107); }
td.TdClassName
{
border-color: #EFB56B;
}
.TagClassName
{
border-color: #EFB56B;
}
</style>