Html Css Color HEX #EFBA74 Harvest Gold

📋 copy color: '#EFBA74'

red 239 ◦ green 186 ◦ blue 116

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

Shades of Harvest Gold #EFBA74

Tints of Harvest Gold #EFBA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 44.18%
G = 34.38%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFBA74 (or 0xEFBA74) is known color: Harvest Gold. HEX triplet: EF, BA and 74. RGB value is (239,186,116). Sum of RGB (Red+Green+Blue) = 239+186+116=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA74 is #10458B. Grayscale: #C2C2C2. Windows color (decimal): -1066380 or 7650031. OLE color: 7650031.

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

Color convert

RGB 239 186 116 -
CMYK 0 0.22 0.51 0.06
HSL 34.15º 0.79% 0.7% -
HSV(B) 34.15º 0.51% 0.94% -
XYZ 56.31 54.73 24.12 -
YUV 193.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 239 186 116 0 0.22 0.51 0.06 34.15 0.79 0.7
Hex EF BA 74 0 16 33 6 22 4F 46
Octal 357 272 164 0 26 63 6 42 117 106
Binary 11101111 10111010 1110100 0 10110 110011 110 100010 1001111 1000110

Color Harmonies of #EFBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA74

Black with #EFBA74

Text Example


Text Example

White with #EFBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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