Shades of Harvest Gold #EFB362
Tints of Harvest Gold #EFB362
RGB
CMYK
RGB Variations
Color information
#EFB362 (or 0xEFB362) is known color: Harvest Gold. HEX triplet: EF, B3 and 62. RGB value is (239,179,98). Sum of RGB (Red+Green+Blue) = 239+179+98=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB362 is #104C9D. Grayscale: #BCBCBC. Windows color (decimal): -1068190 or 6468591. OLE color: 6468591.
HSL color Cylindrical-coordinate representation of color #EFB362: hue angle of 34.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFB362 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 98 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.06 |
| HSL | 34.47º | 0.82% | 0.66% | - |
| HSV(B) | 34.47º | 0.59% | 0.94% | - |
| XYZ | 53.92 | 51.47 | 18.65 | - |
| YUV | 187.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 98 | 0 | 0.25 | 0.59 | 0.06 | 34.47 | 0.82 | 0.66 |
| Hex | EF | B3 | 62 | 0 | 19 | 3B | 6 | 22 | 52 | 42 |
| Octal | 357 | 263 | 142 | 0 | 31 | 73 | 6 | 42 | 122 | 102 |
| Binary | 11101111 | 10110011 | 1100010 | 0 | 11001 | 111011 | 110 | 100010 | 1010010 | 1000010 |
Color Harmonies of #EFB362
Complementary color
Monochromatic Colors of #EFB362
Black with #EFB362
Text Example
Text Example
White with #EFB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB362; }
p { color: rgb(239,179,98); }
H1.HeaderClassName
{
color: #EFB362;
}
.AnyTagClassName
{
color: #EFB362;
}
</style>
background-color css
<style>
a { background-color: #EFB362; }
a { background-color: rgb(239,179,98); }
div.DivClassName
{
background-color: #EFB362;
}
.BgClassName
{
background-color: #EFB362;
}
</style>
border-color css
<style>
span { border-color: #EFB362; }
span { border-color: rgb(239,179,98); }
td.TdClassName
{
border-color: #EFB362;
}
.TagClassName
{
border-color: #EFB362;
}
</style>