Shades of Harvest Gold #EFB469
Tints of Harvest Gold #EFB469
RGB
CMYK
RGB Variations
Color information
#EFB469 (or 0xEFB469) is known color: Harvest Gold. HEX triplet: EF, B4 and 69. RGB value is (239,180,105). Sum of RGB (Red+Green+Blue) = 239+180+105=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB469 is #104B96. Grayscale: #BDBDBD. Windows color (decimal): -1067927 or 6927599. OLE color: 6927599.
HSL color Cylindrical-coordinate representation of color #EFB469: hue angle of 33.58º 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 #EFB469 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 105 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.06 |
| HSL | 33.58º | 0.81% | 0.67% | - |
| HSV(B) | 33.58º | 0.56% | 0.94% | - |
| XYZ | 54.47 | 52.01 | 20.53 | - |
| YUV | 189.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 105 | 0 | 0.25 | 0.56 | 0.06 | 33.58 | 0.81 | 0.67 |
| Hex | EF | B4 | 69 | 0 | 19 | 38 | 6 | 22 | 51 | 43 |
| Octal | 357 | 264 | 151 | 0 | 31 | 70 | 6 | 42 | 121 | 103 |
| Binary | 11101111 | 10110100 | 1101001 | 0 | 11001 | 111000 | 110 | 100010 | 1010001 | 1000011 |
Color Harmonies of #EFB469
Complementary color
Monochromatic Colors of #EFB469
Black with #EFB469
Text Example
Text Example
White with #EFB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB469; }
p { color: rgb(239,180,105); }
H1.HeaderClassName
{
color: #EFB469;
}
.AnyTagClassName
{
color: #EFB469;
}
</style>
background-color css
<style>
a { background-color: #EFB469; }
a { background-color: rgb(239,180,105); }
div.DivClassName
{
background-color: #EFB469;
}
.BgClassName
{
background-color: #EFB469;
}
</style>
border-color css
<style>
span { border-color: #EFB469; }
span { border-color: rgb(239,180,105); }
td.TdClassName
{
border-color: #EFB469;
}
.TagClassName
{
border-color: #EFB469;
}
</style>