Html Css Color HEX #EFBA71 Harvest Gold

📋 copy color: '#EFBA71'

red 239 ◦ green 186 ◦ blue 113

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

Shades of Harvest Gold #EFBA71

Tints of Harvest Gold #EFBA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 44.42%
G = 34.57%
B = 21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFBA71 (or 0xEFBA71) is known color: Harvest Gold. HEX triplet: EF, BA and 71. RGB value is (239,186,113). Sum of RGB (Red+Green+Blue) = 239+186+113=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA71 is #10458E. Grayscale: #C1C1C1. Windows color (decimal): -1066383 or 7453423. OLE color: 7453423.

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

Color convert

RGB 239 186 113 -
CMYK 0 0.22 0.53 0.06
HSL 34.76º 0.8% 0.69% -
HSV(B) 34.76º 0.53% 0.94% -
XYZ 56.14 54.66 23.21 -
YUV 193.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 239 186 113 0 0.22 0.53 0.06 34.76 0.8 0.69
Hex EF BA 71 0 16 35 6 23 50 45
Octal 357 272 161 0 26 65 6 43 120 105
Binary 11101111 10111010 1110001 0 10110 110101 110 100011 1010000 1000101

Color Harmonies of #EFBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA71

Black with #EFBA71

Text Example


Text Example

White with #EFBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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