Html Css Color HEX #EFBC64 Harvest Gold

📋 copy color: '#EFBC64'

red 239 ◦ green 188 ◦ blue 100

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

Shades of Harvest Gold #EFBC64

Tints of Harvest Gold #EFBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 45.35%
G = 35.67%
B = 18.98%

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

#EFBC64 (or 0xEFBC64) is known color: Harvest Gold. HEX triplet: EF, BC and 64. RGB value is (239,188,100). Sum of RGB (Red+Green+Blue) = 239+188+100=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC64 is #10439B. Grayscale: #C1C1C1. Windows color (decimal): -1065884 or 6601967. OLE color: 6601967.

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

Color convert

RGB 239 188 100 -
CMYK 0 0.21 0.58 0.06
HSL 37.99º 0.81% 0.66% -
HSV(B) 37.99º 0.58% 0.94% -
XYZ 55.88 55.24 19.77 -
YUV 193.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 239 188 100 0 0.21 0.58 0.06 37.99 0.81 0.66
Hex EF BC 64 0 15 3A 6 26 51 42
Octal 357 274 144 0 25 72 6 46 121 102
Binary 11101111 10111100 1100100 0 10101 111010 110 100110 1010001 1000010

Color Harmonies of #EFBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC64

Black with #EFBC64

Text Example


Text Example

White with #EFBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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