Html Css Color HEX #EFBE64 Harvest Gold

📋 copy color: '#EFBE64'

red 239 ◦ green 190 ◦ blue 100

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

Shades of Harvest Gold #EFBE64

Tints of Harvest Gold #EFBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.92%

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

R = 45.18%
G = 35.92%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBE64 (or 0xEFBE64) is known color: Harvest Gold. HEX triplet: EF, BE and 64. RGB value is (239,190,100). Sum of RGB (Red+Green+Blue) = 239+190+100=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE64 is #10419B. Grayscale: #C2C2C2. Windows color (decimal): -1065372 or 6602479. OLE color: 6602479.

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

Color convert

RGB 239 190 100 -
CMYK 0 0.21 0.58 0.06
HSL 38.85º 0.81% 0.66% -
HSV(B) 38.85º 0.58% 0.94% -
XYZ 56.31 56.1 19.92 -
YUV 194.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 239 190 100 0 0.21 0.58 0.06 38.85 0.81 0.66
Hex EF BE 64 0 15 3A 6 27 51 42
Octal 357 276 144 0 25 72 6 47 121 102
Binary 11101111 10111110 1100100 0 10101 111010 110 100111 1010001 1000010

Color Harmonies of #EFBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE64

Black with #EFBE64

Text Example


Text Example

White with #EFBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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