Shades of Harvest Gold #EFB569
Tints of Harvest Gold #EFB569
RGB
CMYK
RGB Variations
Color information
#EFB569 (or 0xEFB569) is known color: Harvest Gold. HEX triplet: EF, B5 and 69. RGB value is (239,181,105). Sum of RGB (Red+Green+Blue) = 239+181+105=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB569 is #104A96. Grayscale: #BEBEBE. Windows color (decimal): -1067671 or 6927855. OLE color: 6927855.
HSL color Cylindrical-coordinate representation of color #EFB569: hue angle of 34.03º 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 #EFB569 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 105 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.06 |
| HSL | 34.03º | 0.81% | 0.67% | - |
| HSV(B) | 34.03º | 0.56% | 0.94% | - |
| XYZ | 54.67 | 52.42 | 20.6 | - |
| YUV | 189.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 105 | 0 | 0.24 | 0.56 | 0.06 | 34.03 | 0.81 | 0.67 |
| Hex | EF | B5 | 69 | 0 | 18 | 38 | 6 | 22 | 51 | 43 |
| Octal | 357 | 265 | 151 | 0 | 30 | 70 | 6 | 42 | 121 | 103 |
| Binary | 11101111 | 10110101 | 1101001 | 0 | 11000 | 111000 | 110 | 100010 | 1010001 | 1000011 |
Color Harmonies of #EFB569
Complementary color
Monochromatic Colors of #EFB569
Black with #EFB569
Text Example
Text Example
White with #EFB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB569; }
p { color: rgb(239,181,105); }
H1.HeaderClassName
{
color: #EFB569;
}
.AnyTagClassName
{
color: #EFB569;
}
</style>
background-color css
<style>
a { background-color: #EFB569; }
a { background-color: rgb(239,181,105); }
div.DivClassName
{
background-color: #EFB569;
}
.BgClassName
{
background-color: #EFB569;
}
</style>
border-color css
<style>
span { border-color: #EFB569; }
span { border-color: rgb(239,181,105); }
td.TdClassName
{
border-color: #EFB569;
}
.TagClassName
{
border-color: #EFB569;
}
</style>