Shades of Harvest Gold #EFC36A
Tints of Harvest Gold #EFC36A
RGB
CMYK
RGB Variations
Color information
#EFC36A (or 0xEFC36A) is known color: Harvest Gold. HEX triplet: EF, C3 and 6A. RGB value is (239,195,106). Sum of RGB (Red+Green+Blue) = 239+195+106=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC36A is #103C95. Grayscale: #C6C6C6. Windows color (decimal): -1064086 or 6996975. OLE color: 6996975.
HSL color Cylindrical-coordinate representation of color #EFC36A: hue angle of 40.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC36A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 106 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.06 |
| HSL | 40.15º | 0.81% | 0.68% | - |
| HSV(B) | 40.15º | 0.56% | 0.94% | - |
| XYZ | 57.71 | 58.42 | 21.87 | - |
| YUV | 198.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 106 | 0 | 0.18 | 0.56 | 0.06 | 40.15 | 0.81 | 0.68 |
| Hex | EF | C3 | 6A | 0 | 12 | 38 | 6 | 28 | 51 | 44 |
| Octal | 357 | 303 | 152 | 0 | 22 | 70 | 6 | 50 | 121 | 104 |
| Binary | 11101111 | 11000011 | 1101010 | 0 | 10010 | 111000 | 110 | 101000 | 1010001 | 1000100 |
Color Harmonies of #EFC36A
Complementary color
Monochromatic Colors of #EFC36A
Black with #EFC36A
Text Example
Text Example
White with #EFC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC36A; }
p { color: rgb(239,195,106); }
H1.HeaderClassName
{
color: #EFC36A;
}
.AnyTagClassName
{
color: #EFC36A;
}
</style>
background-color css
<style>
a { background-color: #EFC36A; }
a { background-color: rgb(239,195,106); }
div.DivClassName
{
background-color: #EFC36A;
}
.BgClassName
{
background-color: #EFC36A;
}
</style>
border-color css
<style>
span { border-color: #EFC36A; }
span { border-color: rgb(239,195,106); }
td.TdClassName
{
border-color: #EFC36A;
}
.TagClassName
{
border-color: #EFC36A;
}
</style>