Html Css Color HEX #EFBF64 Harvest Gold

📋 copy color: '#EFBF64'

red 239 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #EFBF64

Tints of Harvest Gold #EFBF64

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

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

R = 45.09%
G = 36.04%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBF64 (or 0xEFBF64) is known color: Harvest Gold. HEX triplet: EF, BF and 64. RGB value is (239,191,100). Sum of RGB (Red+Green+Blue) = 239+191+100=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF64 is #10409B. Grayscale: #C3C3C3. Windows color (decimal): -1065116 or 6602735. OLE color: 6602735.

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

Color convert

RGB 239 191 100 -
CMYK 0 0.20 0.58 0.06
HSL 39.28º 0.81% 0.66% -
HSV(B) 39.28º 0.58% 0.94% -
XYZ 56.53 56.53 19.99 -
YUV 194.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 239 191 100 0 0.20 0.58 0.06 39.28 0.81 0.66
Hex EF BF 64 0 14 3A 6 27 51 42
Octal 357 277 144 0 24 72 6 47 121 102
Binary 11101111 10111111 1100100 0 10100 111010 110 100111 1010001 1000010

Color Harmonies of #EFBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF64

Black with #EFBF64

Text Example


Text Example

White with #EFBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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