Html Css Color HEX #EFBA6F Harvest Gold

📋 copy color: '#EFBA6F'

red 239 ◦ green 186 ◦ blue 111

#EFBA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #EFBA6F

Tints of Harvest Gold #EFBA6F

RGB

 RED value IS 239 (93.75% from 255) = 44.59%

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 111 (43.75% from 255) = 20.71%

R = 44.59%
G = 34.7%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFBA6F (or 0xEFBA6F) is known color: Harvest Gold. HEX triplet: EF, BA and 6F. RGB value is (239,186,111). Sum of RGB (Red+Green+Blue) = 239+186+111=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA6F is #104590. Grayscale: #C1C1C1. Windows color (decimal): -1066385 or 7322351. OLE color: 7322351.

HSL color Cylindrical-coordinate representation of color #EFBA6F: hue angle of 35.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFBA6F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 111 -
CMYK 0 0.22 0.54 0.06
HSL 35.16º 0.8% 0.69% -
HSV(B) 35.16º 0.54% 0.94% -
XYZ 56.02 54.62 22.63 -
YUV 193.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 239 186 111 0 0.22 0.54 0.06 35.16 0.8 0.69
Hex EF BA 6F 0 16 36 6 23 50 45
Octal 357 272 157 0 26 66 6 43 120 105
Binary 11101111 10111010 1101111 0 10110 110110 110 100011 1010000 1000101

Color Harmonies of #EFBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA6F

Black with #EFBA6F

Text Example


Text Example

White with #EFBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA6F; }

 p { color: rgb(239,186,111); }

 H1.HeaderClassName
 {
   color: #EFBA6F;
 }
 .AnyTagClassName
 {
   color: #EFBA6F;
 }
</style>

background-color css

<style>
 a { background-color: #EFBA6F; }

 a { background-color: rgb(239,186,111); }

 div.DivClassName
 {
   background-color: #EFBA6F;
 }
 .BgClassName
 {
   background-color: #EFBA6F;
 }
</style>

border-color css

<style>
 span { border-color: #EFBA6F; }

 span { border-color: rgb(239,186,111); }

 td.TdClassName
 {
   border-color: #EFBA6F;
 }
 .TagClassName
 {
   border-color: #EFBA6F;
 }
</style>