Shades of Harvest Gold #EFC36B
Tints of Harvest Gold #EFC36B
RGB
CMYK
RGB Variations
Color information
#EFC36B (or 0xEFC36B) is known color: Harvest Gold. HEX triplet: EF, C3 and 6B. RGB value is (239,195,107). Sum of RGB (Red+Green+Blue) = 239+195+107=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC36B is #103C94. Grayscale: #C6C6C6. Windows color (decimal): -1064085 or 7062511. OLE color: 7062511.
HSL color Cylindrical-coordinate representation of color #EFC36B: hue angle of 40º 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 #EFC36B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.06 |
| HSL | 40º | 0.8% | 0.68% | - |
| HSV(B) | 40º | 0.55% | 0.94% | - |
| XYZ | 57.77 | 58.44 | 22.15 | - |
| YUV | 198.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 107 | 0 | 0.18 | 0.55 | 0.06 | 40 | 0.8 | 0.68 |
| Hex | EF | C3 | 6B | 0 | 12 | 37 | 6 | 28 | 50 | 44 |
| Octal | 357 | 303 | 153 | 0 | 22 | 67 | 6 | 50 | 120 | 104 |
| Binary | 11101111 | 11000011 | 1101011 | 0 | 10010 | 110111 | 110 | 101000 | 1010000 | 1000100 |
Color Harmonies of #EFC36B
Complementary color
Monochromatic Colors of #EFC36B
Black with #EFC36B
Text Example
Text Example
White with #EFC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC36B; }
p { color: rgb(239,195,107); }
H1.HeaderClassName
{
color: #EFC36B;
}
.AnyTagClassName
{
color: #EFC36B;
}
</style>
background-color css
<style>
a { background-color: #EFC36B; }
a { background-color: rgb(239,195,107); }
div.DivClassName
{
background-color: #EFC36B;
}
.BgClassName
{
background-color: #EFC36B;
}
</style>
border-color css
<style>
span { border-color: #EFC36B; }
span { border-color: rgb(239,195,107); }
td.TdClassName
{
border-color: #EFC36B;
}
.TagClassName
{
border-color: #EFC36B;
}
</style>