Shades of Harvest Gold #EFB468
Tints of Harvest Gold #EFB468
RGB
CMYK
RGB Variations
Color information
#EFB468 (or 0xEFB468) is known color: Harvest Gold. HEX triplet: EF, B4 and 68. RGB value is (239,180,104). Sum of RGB (Red+Green+Blue) = 239+180+104=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB468 is #104B97. Grayscale: #BDBDBD. Windows color (decimal): -1067928 or 6862063. OLE color: 6862063.
HSL color Cylindrical-coordinate representation of color #EFB468: hue angle of 33.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB468 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 104 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.06 |
| HSL | 33.78º | 0.81% | 0.67% | - |
| HSV(B) | 33.78º | 0.56% | 0.94% | - |
| XYZ | 54.42 | 51.99 | 20.26 | - |
| YUV | 188.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 104 | 0 | 0.25 | 0.56 | 0.06 | 33.78 | 0.81 | 0.67 |
| Hex | EF | B4 | 68 | 0 | 19 | 38 | 6 | 22 | 51 | 43 |
| Octal | 357 | 264 | 150 | 0 | 31 | 70 | 6 | 42 | 121 | 103 |
| Binary | 11101111 | 10110100 | 1101000 | 0 | 11001 | 111000 | 110 | 100010 | 1010001 | 1000011 |
Color Harmonies of #EFB468
Complementary color
Monochromatic Colors of #EFB468
Black with #EFB468
Text Example
Text Example
White with #EFB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB468; }
p { color: rgb(239,180,104); }
H1.HeaderClassName
{
color: #EFB468;
}
.AnyTagClassName
{
color: #EFB468;
}
</style>
background-color css
<style>
a { background-color: #EFB468; }
a { background-color: rgb(239,180,104); }
div.DivClassName
{
background-color: #EFB468;
}
.BgClassName
{
background-color: #EFB468;
}
</style>
border-color css
<style>
span { border-color: #EFB468; }
span { border-color: rgb(239,180,104); }
td.TdClassName
{
border-color: #EFB468;
}
.TagClassName
{
border-color: #EFB468;
}
</style>