Html Css Color HEX #EFB764 Harvest Gold

📋 copy color: '#EFB764'

red 239 ◦ green 183 ◦ blue 100

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

Shades of Harvest Gold #EFB764

Tints of Harvest Gold #EFB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 45.79%
G = 35.06%
B = 19.16%

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

#EFB764 (or 0xEFB764) is known color: Harvest Gold. HEX triplet: EF, B7 and 64. RGB value is (239,183,100). Sum of RGB (Red+Green+Blue) = 239+183+100=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB764 is #10489B. Grayscale: #BEBEBE. Windows color (decimal): -1067164 or 6600687. OLE color: 6600687.

HSL color Cylindrical-coordinate representation of color #EFB764: hue angle of 35.83º 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 #EFB764 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 100 -
CMYK 0 0.23 0.58 0.06
HSL 35.83º 0.81% 0.66% -
HSV(B) 35.83º 0.58% 0.94% -
XYZ 54.83 53.14 19.42 -
YUV 190.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 239 183 100 0 0.23 0.58 0.06 35.83 0.81 0.66
Hex EF B7 64 0 17 3A 6 24 51 42
Octal 357 267 144 0 27 72 6 44 121 102
Binary 11101111 10110111 1100100 0 10111 111010 110 100100 1010001 1000010

Color Harmonies of #EFB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB764

Black with #EFB764

Text Example


Text Example

White with #EFB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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