Shades of Harvest Gold #EFB46B
Tints of Harvest Gold #EFB46B
RGB
CMYK
RGB Variations
Color information
#EFB46B (or 0xEFB46B) is known color: Harvest Gold. HEX triplet: EF, B4 and 6B. RGB value is (239,180,107). Sum of RGB (Red+Green+Blue) = 239+180+107=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB46B is #104B94. Grayscale: #BDBDBD. Windows color (decimal): -1067925 or 7058671. OLE color: 7058671.
HSL color Cylindrical-coordinate representation of color #EFB46B: hue angle of 33.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFB46B is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 107 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.06 |
| HSL | 33.18º | 0.8% | 0.68% | - |
| HSV(B) | 33.18º | 0.55% | 0.94% | - |
| XYZ | 54.57 | 52.05 | 21.08 | - |
| YUV | 189.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 107 | 0 | 0.25 | 0.55 | 0.06 | 33.18 | 0.8 | 0.68 |
| Hex | EF | B4 | 6B | 0 | 19 | 37 | 6 | 21 | 50 | 44 |
| Octal | 357 | 264 | 153 | 0 | 31 | 67 | 6 | 41 | 120 | 104 |
| Binary | 11101111 | 10110100 | 1101011 | 0 | 11001 | 110111 | 110 | 100001 | 1010000 | 1000100 |
Color Harmonies of #EFB46B
Complementary color
Monochromatic Colors of #EFB46B
Black with #EFB46B
Text Example
Text Example
White with #EFB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB46B; }
p { color: rgb(239,180,107); }
H1.HeaderClassName
{
color: #EFB46B;
}
.AnyTagClassName
{
color: #EFB46B;
}
</style>
background-color css
<style>
a { background-color: #EFB46B; }
a { background-color: rgb(239,180,107); }
div.DivClassName
{
background-color: #EFB46B;
}
.BgClassName
{
background-color: #EFB46B;
}
</style>
border-color css
<style>
span { border-color: #EFB46B; }
span { border-color: rgb(239,180,107); }
td.TdClassName
{
border-color: #EFB46B;
}
.TagClassName
{
border-color: #EFB46B;
}
</style>