Shades of Harvest Gold #EFB665
Tints of Harvest Gold #EFB665
RGB
CMYK
RGB Variations
Color information
#EFB665 (or 0xEFB665) is known color: Harvest Gold. HEX triplet: EF, B6 and 65. RGB value is (239,182,101). Sum of RGB (Red+Green+Blue) = 239+182+101=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB665 is #10499A. Grayscale: #BEBEBE. Windows color (decimal): -1067419 or 6665967. OLE color: 6665967.
HSL color Cylindrical-coordinate representation of color #EFB665: hue angle of 35.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFB665 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 101 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.06 |
| HSL | 35.22º | 0.81% | 0.67% | - |
| HSV(B) | 35.22º | 0.58% | 0.94% | - |
| XYZ | 54.67 | 52.75 | 19.61 | - |
| YUV | 189.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 101 | 0 | 0.24 | 0.58 | 0.06 | 35.22 | 0.81 | 0.67 |
| Hex | EF | B6 | 65 | 0 | 18 | 3A | 6 | 23 | 51 | 43 |
| Octal | 357 | 266 | 145 | 0 | 30 | 72 | 6 | 43 | 121 | 103 |
| Binary | 11101111 | 10110110 | 1100101 | 0 | 11000 | 111010 | 110 | 100011 | 1010001 | 1000011 |
Color Harmonies of #EFB665
Complementary color
Monochromatic Colors of #EFB665
Black with #EFB665
Text Example
Text Example
White with #EFB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB665; }
p { color: rgb(239,182,101); }
H1.HeaderClassName
{
color: #EFB665;
}
.AnyTagClassName
{
color: #EFB665;
}
</style>
background-color css
<style>
a { background-color: #EFB665; }
a { background-color: rgb(239,182,101); }
div.DivClassName
{
background-color: #EFB665;
}
.BgClassName
{
background-color: #EFB665;
}
</style>
border-color css
<style>
span { border-color: #EFB665; }
span { border-color: rgb(239,182,101); }
td.TdClassName
{
border-color: #EFB665;
}
.TagClassName
{
border-color: #EFB665;
}
</style>