Html Css Color HEX #EFB86A Harvest Gold

📋 copy color: '#EFB86A'

red 239 ◦ green 184 ◦ blue 106

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

Shades of Harvest Gold #EFB86A

Tints of Harvest Gold #EFB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 45.18%
G = 34.78%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB86A (or 0xEFB86A) is known color: Harvest Gold. HEX triplet: EF, B8 and 6A. RGB value is (239,184,106). Sum of RGB (Red+Green+Blue) = 239+184+106=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86A is #104795. Grayscale: #BFBFBF. Windows color (decimal): -1066902 or 6994159. OLE color: 6994159.

HSL color Cylindrical-coordinate representation of color #EFB86A: hue angle of 35.19º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB86A is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 106 -
CMYK 0 0.23 0.56 0.06
HSL 35.19º 0.81% 0.68% -
HSV(B) 35.19º 0.56% 0.94% -
XYZ 55.34 53.67 21.08 -
YUV 191.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 239 184 106 0 0.23 0.56 0.06 35.19 0.81 0.68
Hex EF B8 6A 0 17 38 6 23 51 44
Octal 357 270 152 0 27 70 6 43 121 104
Binary 11101111 10111000 1101010 0 10111 111000 110 100011 1010001 1000100

Color Harmonies of #EFB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86A

Black with #EFB86A

Text Example


Text Example

White with #EFB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86A; }

 p { color: rgb(239,184,106); }

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

background-color css

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

 a { background-color: rgb(239,184,106); }

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

border-color css

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

 span { border-color: rgb(239,184,106); }

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