Html Css Color HEX #EFB864 Harvest Gold

📋 copy color: '#EFB864'

red 239 ◦ green 184 ◦ blue 100

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

Shades of Harvest Gold #EFB864

Tints of Harvest Gold #EFB864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 45.7%
G = 35.18%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFB864 (or 0xEFB864) is known color: Harvest Gold. HEX triplet: EF, B8 and 64. RGB value is (239,184,100). Sum of RGB (Red+Green+Blue) = 239+184+100=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB864 is #10479B. Grayscale: #BFBFBF. Windows color (decimal): -1066908 or 6600943. OLE color: 6600943.

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

Color convert

RGB 239 184 100 -
CMYK 0 0.23 0.58 0.06
HSL 36.26º 0.81% 0.66% -
HSV(B) 36.26º 0.58% 0.94% -
XYZ 55.04 53.55 19.49 -
YUV 190.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 239 184 100 0 0.23 0.58 0.06 36.26 0.81 0.66
Hex EF B8 64 0 17 3A 6 24 51 42
Octal 357 270 144 0 27 72 6 44 121 102
Binary 11101111 10111000 1100100 0 10111 111010 110 100100 1010001 1000010

Color Harmonies of #EFB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB864

Black with #EFB864

Text Example


Text Example

White with #EFB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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